Uses of Class
com.amazonaws.services.elasticloadbalancing.model.ListenerDescription
-
Packages that use ListenerDescription Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of ListenerDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return ListenerDescription Modifier and Type Method Description ListenerDescriptionListenerDescription. clone()ListenerDescriptionListenerDescription. withListener(Listener listener)ListenerDescriptionListenerDescription. withPolicyNames(String... policyNames)The policies.ListenerDescriptionListenerDescription. withPolicyNames(Collection<String> policyNames)The policies.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type ListenerDescription Modifier and Type Method Description List<ListenerDescription>LoadBalancerDescription. getListenerDescriptions()The listeners for the load balancer.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type ListenerDescription Modifier and Type Method Description LoadBalancerDescriptionLoadBalancerDescription. withListenerDescriptions(ListenerDescription... listenerDescriptions)The listeners for the load balancer.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type ListenerDescription Modifier and Type Method Description voidLoadBalancerDescription. setListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)The listeners for the load balancer.LoadBalancerDescriptionLoadBalancerDescription. withListenerDescriptions(Collection<ListenerDescription> listenerDescriptions)The listeners for the load balancer.
-