Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.LoadBalancerListener
Packages that use LoadBalancerListener
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of LoadBalancerListener in software.amazon.awscdk.services.elasticloadbalancing
Classes in software.amazon.awscdk.services.elasticloadbalancing that implement LoadBalancerListenerMethods in software.amazon.awscdk.services.elasticloadbalancing that return LoadBalancerListenerModifier and TypeMethodDescriptionLoadBalancerListener.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancing that return types with arguments of type LoadBalancerListenerModifier and TypeMethodDescriptiondefault List<LoadBalancerListener>LoadBalancerProps.getListeners()What listeners to set up for the load balancer.final List<LoadBalancerListener>LoadBalancerProps.Jsii$Proxy.getListeners()Methods in software.amazon.awscdk.services.elasticloadbalancing with parameters of type LoadBalancerListenerModifier and TypeMethodDescriptionLoadBalancer.addListener(LoadBalancerListener listener) Add a backend to the load balancer.Method parameters in software.amazon.awscdk.services.elasticloadbalancing with type arguments of type LoadBalancerListenerModifier and TypeMethodDescriptionLoadBalancer.Builder.listeners(List<? extends LoadBalancerListener> listeners) What listeners to set up for the load balancer.LoadBalancerProps.Builder.listeners(List<? extends LoadBalancerListener> listeners) Sets the value ofLoadBalancerProps.getListeners()