Uses of Class
com.amazonaws.services.elasticbeanstalk.model.LoadBalancer
-
Packages that use LoadBalancer Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of LoadBalancer in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return LoadBalancer Modifier and Type Method Description LoadBalancer
LoadBalancer. clone()
LoadBalancer
LoadBalancer. withName(String name)
The name of the LoadBalancer.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type LoadBalancer Modifier and Type Method Description List<LoadBalancer>
EnvironmentResourceDescription. getLoadBalancers()
The LoadBalancers in use by this environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LoadBalancer Modifier and Type Method Description EnvironmentResourceDescription
EnvironmentResourceDescription. withLoadBalancers(LoadBalancer... loadBalancers)
The LoadBalancers in use by this environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type LoadBalancer Modifier and Type Method Description void
EnvironmentResourceDescription. setLoadBalancers(Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.EnvironmentResourceDescription
EnvironmentResourceDescription. withLoadBalancers(Collection<LoadBalancer> loadBalancers)
The LoadBalancers in use by this environment.
-