Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.WeightedTargetGroup
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of WeightedTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionWeightedTargetGroup.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic ListenerAction
ListenerAction.weightedForward
(List<? extends WeightedTargetGroup> targetGroups) Forward to one or more Target Groups which are weighted differently.static ListenerAction
ListenerAction.weightedForward
(List<? extends WeightedTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups which are weighted differently.