Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.Listener
-
Packages that use Listener Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of Listener in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type Listener Modifier and Type Method Description List<Listener>LoadBalancerDescription. listeners()A list of Listeners used by the LoadBalancer.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type Listener Modifier and Type Method Description LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. listeners(Listener... listeners)A list of Listeners used by the LoadBalancer.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type Listener Modifier and Type Method Description LoadBalancerDescription.BuilderLoadBalancerDescription.Builder. listeners(Collection<Listener> listeners)A list of Listeners used by the LoadBalancer.
-