Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
BackendServerDescription |
BackendServerDescription.withInstancePort(Integer instancePort)
Provides the port on which the back-end server is listening.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(Collection<String> policyNames)
Provides a list of policy names enabled for the back-end server.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(String... policyNames)
Provides a list of policy names enabled for the back-end server.
|
Modifier and Type | Method and Description |
---|---|
List<BackendServerDescription> |
LoadBalancerDescription.getBackendServerDescriptions()
Contains a list of back-end server descriptions.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(BackendServerDescription... backendServerDescriptions)
Contains a list of back-end server descriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
Contains a list of back-end server descriptions.
|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
Contains a list of back-end server descriptions.
|
Copyright © 2014. All rights reserved.