Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Listener
-
Packages that use Listener Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of Listener in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return Listener Modifier and Type Method Description Listener
Listener. clone()
Listener
Listener. withPort(Integer port)
The port that is used by the Listener.Listener
Listener. withProtocol(String protocol)
The protocol that is used by the Listener.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type Listener Modifier and Type Method Description List<Listener>
LoadBalancerDescription. getListeners()
A list of Listeners used by the LoadBalancer.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type Listener Modifier and Type Method Description LoadBalancerDescription
LoadBalancerDescription. withListeners(Listener... listeners)
A list of Listeners used by the LoadBalancer.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type Listener Modifier and Type Method Description void
LoadBalancerDescription. setListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.LoadBalancerDescription
LoadBalancerDescription. withListeners(Collection<Listener> listeners)
A list of Listeners used by the LoadBalancer.
-