Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ELBInfo |
ELBInfo.clone() |
ELBInfo |
ELBInfo.withName(String name)
For blue/green deployments, the name of the load balancer that is used to route traffic from original instances
to replacement instances in a blue/green deployment.
|
Modifier and Type | Method and Description |
---|---|
List<ELBInfo> |
LoadBalancerInfo.getElbInfoList()
An array that contains information about the load balancer to use for load balancing in a deployment.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerInfo |
LoadBalancerInfo.withElbInfoList(ELBInfo... elbInfoList)
An array that contains information about the load balancer to use for load balancing in a deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerInfo.setElbInfoList(Collection<ELBInfo> elbInfoList)
An array that contains information about the load balancer to use for load balancing in a deployment.
|
LoadBalancerInfo |
LoadBalancerInfo.withElbInfoList(Collection<ELBInfo> elbInfoList)
An array that contains information about the load balancer to use for load balancing in a deployment.
|
Copyright © 2023. All rights reserved.