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 BackendServerDescriptionBackendServerDescription. clone()BackendServerDescriptionBackendServerDescription. withInstancePort(Integer instancePort)The port on which the back-end server is listening.BackendServerDescriptionBackendServerDescription. withPolicyNames(String... policyNames)The names of the policies enabled for the back-end server.BackendServerDescriptionBackendServerDescription. 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 LoadBalancerDescriptionLoadBalancerDescription. 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 voidLoadBalancerDescription. setBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)Information about the back-end servers.LoadBalancerDescriptionLoadBalancerDescription. withBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)Information about the back-end servers.
-