Uses of Class
com.xerox.amazonws.ec2.Listener

Packages that use Listener
com.xerox.amazonws.ec2   
 

Uses of Listener in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type Listener
 List<Listener> LoadBalancer.getListeners()
           
 

Method parameters in com.xerox.amazonws.ec2 with type arguments of type Listener
 String LoadBalancing.createLoadBalancer(String loadBalancerName, List<Listener> listeners, List<String> availabilityZones)
          Create load balancer.
 

Constructor parameters in com.xerox.amazonws.ec2 with type arguments of type Listener
LoadBalancer(String name, String dnsName, List<Listener> listeners, List<String> availabilityZones, List<String> instances, HealthCheck healthCheck, Calendar createdTime)