Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerAttributes
Packages that use ApplicationListenerAttributes
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationListenerAttributes in software.amazon.awscdk.services.elasticloadbalancingv2
Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement ApplicationListenerAttributesModifier and TypeClassDescriptionstatic final classAn implementation forApplicationListenerAttributesMethods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListenerAttributesModifier and TypeMethodDescriptionApplicationListenerAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ApplicationListenerAttributesModifier and TypeMethodDescriptionstatic IApplicationListenerApplicationListener.fromApplicationListenerAttributes(software.constructs.Construct scope, String id, ApplicationListenerAttributes attrs) Import an existing listener.