Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListenerRule.Builder
Packages that use ApplicationListenerRule.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationListenerRule.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListenerRule.BuilderModifier and TypeMethodDescriptionApplicationListenerRule.Builder.action(ListenerAction action) Action to perform when requests are received.ApplicationListenerRule.Builder.conditions(List<? extends ListenerCondition> conditions) Rule applies if matches the conditions.ApplicationListenerRule.Builder.listener(IApplicationListener listener) The listener to attach the rule to.Priority of the rule.ApplicationListenerRule.Builder.targetGroups(List<? extends IApplicationTargetGroup> targetGroups) Target groups to forward requests to.