Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
EnvironmentResourcesDescription.getLoadBalancer()
Describes the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withDomain(String domain)
The domain name of the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Listener... listeners)
A list of Listeners used by the LoadBalancer.
|
LoadBalancerDescription |
LoadBalancerDescription.withLoadBalancerName(String loadBalancerName)
The name of the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentResourcesDescription.setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
EnvironmentResourcesDescription |
EnvironmentResourcesDescription.withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
Copyright © 2014. All rights reserved.