Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Listener
Packages that use Listener
-
Uses of Listener in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ListenerModifier and TypeMethodDescriptionListener.clone()ListenerDescription.getListener()Listener.withInstancePort(Integer instancePort) The port on which the instance is listening.Listener.withInstanceProtocol(String instanceProtocol) The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.Listener.withLoadBalancerPort(Integer loadBalancerPort) The port on which the load balancer is listening.Listener.withProtocol(String protocol) The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.Listener.withSSLCertificateId(String sSLCertificateId) The Amazon Resource Name (ARN) of the server certificate.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type ListenerModifier and TypeMethodDescriptionCreateLoadBalancerListenersRequest.getListeners()The listeners.CreateLoadBalancerRequest.getListeners()The listeners.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type ListenerModifier and TypeMethodDescriptionvoidListenerDescription.setListener(Listener listener) ListenerDescription.withListener(Listener listener) CreateLoadBalancerListenersRequest.withListeners(Listener... listeners) The listeners.CreateLoadBalancerRequest.withListeners(Listener... listeners) The listeners.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type ListenerModifier and TypeMethodDescriptionvoidCreateLoadBalancerListenersRequest.setListeners(Collection<Listener> listeners) The listeners.voidCreateLoadBalancerRequest.setListeners(Collection<Listener> listeners) The listeners.CreateLoadBalancerListenersRequest.withListeners(Collection<Listener> listeners) The listeners.CreateLoadBalancerRequest.withListeners(Collection<Listener> listeners) The listeners.Constructor parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type ListenerModifierConstructorDescriptionCreateLoadBalancerListenersRequest(String loadBalancerName, List<Listener> listeners) Constructs a new CreateLoadBalancerListenersRequest object.CreateLoadBalancerRequest(String loadBalancerName, List<Listener> listeners, List<String> availabilityZones) Constructs a new CreateLoadBalancerRequest object.