Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BackendServerDescription> |
LoadBalancerDescription.backendServerDescriptions
Information about the back-end servers.
|
Modifier and Type | Method and Description |
---|---|
BackendServerDescription |
BackendServerDescription.clone() |
BackendServerDescription |
BackendServerDescription.withInstancePort(java.lang.Integer instancePort)
The port on which the back-end server is listening.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(java.util.Collection<java.lang.String> policyNames)
The names of the policies enabled for the back-end server.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(java.lang.String... policyNames)
The names of the policies enabled for the back-end server.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BackendServerDescription> |
LoadBalancerDescription.getBackendServerDescriptions()
Information about the back-end servers.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(BackendServerDescription... backendServerDescriptions)
Information about the back-end servers.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setBackendServerDescriptions(java.util.Collection<BackendServerDescription> backendServerDescriptions)
Information about the back-end servers.
|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(java.util.Collection<BackendServerDescription> backendServerDescriptions)
Information about the back-end servers.
|
Modifier and Type | Method and Description |
---|---|
BackendServerDescription |
BackendServerDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |