Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
BackendServerDescription |
BackendServerDescription.clone() |
BackendServerDescription |
BackendServerDescription.withInstancePort(Integer instancePort)
The port on which the back-end server is listening.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(Collection<String> policyNames)
The names of the policies enabled for the back-end server.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(String... policyNames)
The names of the policies enabled for the back-end server.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<BackendServerDescription> backendServerDescriptions)
Information about the back-end servers.
|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
Information about the back-end servers.
|
Copyright © 2016. All rights reserved.