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