Uses of Class
com.amazonaws.services.elasticloadbalancing.model.BackendServerDescription

Packages that use BackendServerDescription
com.amazonaws.services.elasticloadbalancing.model Classes modeling the various types represented by AmazonElasticLoadBalancing. 
 

Uses of BackendServerDescription in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return BackendServerDescription
 BackendServerDescription BackendServerDescription.withInstancePort(Integer instancePort)
          Provides the port on which the back-end server is listening.
 BackendServerDescription BackendServerDescription.withPolicyNames(Collection<String> policyNames)
          Provides a list of policy names enabled for the back-end server.
 BackendServerDescription BackendServerDescription.withPolicyNames(String... policyNames)
          Provides a list of policy names enabled for the back-end server.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type BackendServerDescription
 List<BackendServerDescription> LoadBalancerDescription.getBackendServerDescriptions()
          Contains a list of back-end server descriptions.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type BackendServerDescription
 LoadBalancerDescription LoadBalancerDescription.withBackendServerDescriptions(BackendServerDescription... backendServerDescriptions)
          Contains a list of back-end server descriptions.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type BackendServerDescription
 void LoadBalancerDescription.setBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
          Contains a list of back-end server descriptions.
 LoadBalancerDescription LoadBalancerDescription.withBackendServerDescriptions(Collection<BackendServerDescription> backendServerDescriptions)
          Contains a list of back-end server descriptions.
 



Copyright © 2016. All rights reserved.