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

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

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

Methods in com.amazonaws.services.elasticloadbalancing.model that return ListenerDescription
 ListenerDescription ListenerDescription.withListener(Listener listener)
          Sets the value of the Listener property for this object.
 ListenerDescription ListenerDescription.withPolicyNames(Collection<String> policyNames)
          Sets the value of the PolicyNames property for this object.
 ListenerDescription ListenerDescription.withPolicyNames(String... policyNames)
          Sets the value of the PolicyNames property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type ListenerDescription
 List<ListenerDescription> LoadBalancerDescription.getListenerDescriptions()
          Returns the value of the ListenerDescriptions property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type ListenerDescription
 LoadBalancerDescription LoadBalancerDescription.withListenerDescriptions(ListenerDescription... listenerDescriptions)
          Sets the value of the ListenerDescriptions property for this object.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type ListenerDescription
 void LoadBalancerDescription.setListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
          Sets the value of the ListenerDescriptions property for this object.
 LoadBalancerDescription LoadBalancerDescription.withListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)
          Sets the value of the ListenerDescriptions property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.