| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
List<ELBInfo> |
LoadBalancerInfo.elbInfoList()
An array containing information about the load balancer in Elastic Load Balancing to use in a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInfo.Builder |
LoadBalancerInfo.Builder.elbInfoList(ELBInfo... elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInfo.Builder |
LoadBalancerInfo.Builder.elbInfoList(Collection<ELBInfo> elbInfoList)
An array containing information about the load balancer in Elastic Load Balancing to use in a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
ELBInfo |
ELBInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ELBInfoMarshaller.marshall(ELBInfo elbInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.