Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ELBInfo |
ELBInfo.clone() |
ELBInfo |
ELBInfo.withName(String name)
The name of the load balancer that will be 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 containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerInfo |
LoadBalancerInfo.withElbInfoList(ELBInfo... elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerInfo.setElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
LoadBalancerInfo |
LoadBalancerInfo.withElbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a blue/green
deployment.
|
Copyright © 2017. All rights reserved.