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

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

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

Methods in com.amazonaws.services.elasticloadbalancing.model that return Listener
 Listener ListenerDescription.getListener()
          Returns the value of the Listener property for this object.
 Listener Listener.withInstancePort(Integer instancePort)
          Sets the value of the InstancePort property for this object.
 Listener Listener.withLoadBalancerPort(Integer loadBalancerPort)
          Sets the value of the LoadBalancerPort property for this object.
 Listener Listener.withProtocol(String protocol)
          Sets the value of the Protocol property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type Listener
 List<Listener> CreateLoadBalancerRequest.getListeners()
          Returns the value of the Listeners property for this object.
 

Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type Listener
 void ListenerDescription.setListener(Listener listener)
          Sets the value of the Listener property for this object.
 ListenerDescription ListenerDescription.withListener(Listener listener)
          Sets the value of the Listener property for this object.
 CreateLoadBalancerRequest CreateLoadBalancerRequest.withListeners(Listener... listeners)
          Sets the value of the Listeners property for this object.
 

Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Listener
 void CreateLoadBalancerRequest.setListeners(Collection<Listener> listeners)
          Sets the value of the Listeners property for this object.
 CreateLoadBalancerRequest CreateLoadBalancerRequest.withListeners(Collection<Listener> listeners)
          Sets the value of the Listeners property for this object.
 



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