Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TargetGroupInfo |
TargetGroupInfo.clone() |
TargetGroupInfo |
ECSTaskSet.getTargetGroup()
The target group associated with the task set.
|
TargetGroupInfo |
TargetGroupInfo.withName(String name)
For blue/green deployments, the name of the target group that instances in the original environment are
deregistered from, and instances in the replacement environment are registered with.
|
Modifier and Type | Method and Description |
---|---|
List<TargetGroupInfo> |
LoadBalancerInfo.getTargetGroupInfoList()
An array that contains information about the target group to use for load balancing in a deployment.
|
List<TargetGroupInfo> |
TargetGroupPairInfo.getTargetGroups()
One pair of target groups.
|
Modifier and Type | Method and Description |
---|---|
void |
ECSTaskSet.setTargetGroup(TargetGroupInfo targetGroup)
The target group associated with the task set.
|
ECSTaskSet |
ECSTaskSet.withTargetGroup(TargetGroupInfo targetGroup)
The target group associated with the task set.
|
LoadBalancerInfo |
LoadBalancerInfo.withTargetGroupInfoList(TargetGroupInfo... targetGroupInfoList)
An array that contains information about the target group to use for load balancing in a deployment.
|
TargetGroupPairInfo |
TargetGroupPairInfo.withTargetGroups(TargetGroupInfo... targetGroups)
One pair of target groups.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerInfo.setTargetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array that contains information about the target group to use for load balancing in a deployment.
|
void |
TargetGroupPairInfo.setTargetGroups(Collection<TargetGroupInfo> targetGroups)
One pair of target groups.
|
LoadBalancerInfo |
LoadBalancerInfo.withTargetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array that contains information about the target group to use for load balancing in a deployment.
|
TargetGroupPairInfo |
TargetGroupPairInfo.withTargetGroups(Collection<TargetGroupInfo> targetGroups)
One pair of target groups.
|
Copyright © 2021. All rights reserved.