Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LoadBalancer> |
EnvironmentResourceDescription.loadBalancers
The LoadBalancers in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancer.clone() |
LoadBalancer |
LoadBalancer.withName(java.lang.String name)
The name of the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LoadBalancer> |
EnvironmentResourceDescription.getLoadBalancers()
The LoadBalancers in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLoadBalancers(LoadBalancer... loadBalancers)
The LoadBalancers in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentResourceDescription.setLoadBalancers(java.util.Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.
|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLoadBalancers(java.util.Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
LoadBalancerStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |