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 EC2 instance is listening.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(Collection<String> policyNames)
The names of the policies enabled for the EC2 instance.
|
BackendServerDescription |
BackendServerDescription.withPolicyNames(String... policyNames)
The names of the policies enabled for the EC2 instance.
|
Modifier and Type | Method and Description |
---|---|
List<BackendServerDescription> |
LoadBalancerDescription.getBackendServerDescriptions()
Information about your EC2 instances.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(BackendServerDescription... backendServerDescriptions)
Information about your EC2 instances.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerDescription.setBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
Information about your EC2 instances.
|
LoadBalancerDescription |
LoadBalancerDescription.withBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
Information about your EC2 instances.
|
Copyright © 2019. All rights reserved.