Uses of Class
com.amazonaws.services.elasticbeanstalk.model.LoadBalancer

Packages that use LoadBalancer
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of LoadBalancer in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return LoadBalancer
 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
 List<LoadBalancer> EnvironmentResourceDescription.getLoadBalancers()
          The LoadBalancers in use by this environment.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LoadBalancer
 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
 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.
 



Copyright © 2016. All rights reserved.