Uses of Class
com.amazonaws.services.elasticloadbalancing.model.BackendServerDescription
-
Packages that use BackendServerDescription Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of BackendServerDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return BackendServerDescription Modifier and Type Method Description BackendServerDescription
BackendServerDescription. clone()
BackendServerDescription
BackendServerDescription. withInstancePort(Integer instancePort)
The port on which the back-end server is listening.BackendServerDescription
BackendServerDescription. withPolicyNames(String... policyNames)
The names of the policies enabled for the back-end server.BackendServerDescription
BackendServerDescription. withPolicyNames(Collection<String> policyNames)
The names of the policies enabled for the back-end server.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type BackendServerDescription Modifier and Type Method Description List<BackendServerDescription>
LoadBalancerDescription. getBackendServerDescriptions()
Information about the back-end servers.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type BackendServerDescription Modifier and Type Method Description LoadBalancerDescription
LoadBalancerDescription. withBackendServerDescriptions(BackendServerDescription... backendServerDescriptions)
Information about the back-end servers.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type BackendServerDescription Modifier and Type Method 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.
-