| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer |
LoadBalancer.withName(String name)
The name of the LoadBalancer.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoadBalancer> |
EnvironmentResourceDescription.getLoadBalancers()
The LoadBalancers in use by this environment.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResourceDescription |
EnvironmentResourceDescription.withLoadBalancers(LoadBalancer... loadBalancers)
The LoadBalancers in use by this environment.
|
| Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.