|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadBalancerDescription | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of LoadBalancerDescription in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return LoadBalancerDescription | |
---|---|
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. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LoadBalancerDescription | |
---|---|
void |
EnvironmentResourcesDescription.setLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer. |
EnvironmentResourcesDescription |
EnvironmentResourcesDescription.withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |