Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Listener
Packages that use Listener
-
Uses of Listener in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ListenerModifier and TypeMethodDescriptionListener.clone()
The port that is used by the 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 ListenerModifier and TypeMethodDescriptionLoadBalancerDescription.getListeners()
A list of Listeners used by the LoadBalancer.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ListenerModifier and TypeMethodDescriptionLoadBalancerDescription.withListeners
(Listener... listeners) A list of Listeners used by the LoadBalancer.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ListenerModifier and TypeMethodDescriptionvoid
LoadBalancerDescription.setListeners
(Collection<Listener> listeners) A list of Listeners used by the LoadBalancer.LoadBalancerDescription.withListeners
(Collection<Listener> listeners) A list of Listeners used by the LoadBalancer.