Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TargetGroupInfo |
TargetGroupInfo.clone() |
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 registered with.
|
Modifier and Type | Method and Description |
---|---|
List<TargetGroupInfo> |
LoadBalancerInfo.getTargetGroupInfoList()
An array containing information about the target group to use for load balancing in a deployment.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerInfo |
LoadBalancerInfo.withTargetGroupInfoList(TargetGroupInfo... targetGroupInfoList)
An array containing information about the target group to use for load balancing in a deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerInfo.setTargetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array containing information about the target group to use for load balancing in a deployment.
|
LoadBalancerInfo |
LoadBalancerInfo.withTargetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array containing information about the target group to use for load balancing in a deployment.
|
Copyright © 2017. All rights reserved.