|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Listener.withInstancePort(Integer instancePort)
Specifies the TCP port on which the instance server is listening. |
Listener |
Listener.withLoadBalancerPort(Integer loadBalancerPort)
Specifies the LoadBalancer transport protocol to use for routing - TCP or HTTP. |
Listener |
Listener.withProtocol(String protocol)
Specifies the LoadBalancer transport protocol to use for routing - TCP or HTTP. |
| Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type Listener | |
|---|---|
List<Listener> |
CreateLoadBalancerRequest.getListeners()
A list of the following tuples: LoadBalancerPort, InstancePort, and Protocol. |
List<Listener> |
LoadBalancerDescription.getListeners()
LoadBalancerPort, InstancePort, and Protocol are returned in a list of tuples in the Listeners element. |
| Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type Listener | |
|---|---|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withListeners(Listener... listeners)
A list of the following tuples: LoadBalancerPort, InstancePort, and Protocol. |
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Listener... listeners)
LoadBalancerPort, InstancePort, and Protocol are returned in a list of tuples in the Listeners element. |
| Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Listener | |
|---|---|
void |
CreateLoadBalancerRequest.setListeners(Collection<Listener> listeners)
A list of the following tuples: LoadBalancerPort, InstancePort, and Protocol. |
void |
LoadBalancerDescription.setListeners(Collection<Listener> listeners)
LoadBalancerPort, InstancePort, and Protocol are returned in a list of tuples in the Listeners element. |
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withListeners(Collection<Listener> listeners)
A list of the following tuples: LoadBalancerPort, InstancePort, and Protocol. |
LoadBalancerDescription |
LoadBalancerDescription.withListeners(Collection<Listener> listeners)
LoadBalancerPort, InstancePort, and Protocol are returned in a list of tuples in the Listeners element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||