|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |