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 LoadBalancerLoadBalancer. clone()LoadBalancerLoadBalancer. 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 EnvironmentResourceDescriptionEnvironmentResourceDescription. 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 voidEnvironmentResourceDescription. setLoadBalancers(Collection<LoadBalancer> loadBalancers)The LoadBalancers in use by this environment.EnvironmentResourceDescriptionEnvironmentResourceDescription. withLoadBalancers(Collection<LoadBalancer> loadBalancers)The LoadBalancers in use by this environment.
-