Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupTuple
Packages that use TargetGroupTuple
-
Uses of TargetGroupTuple in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroupTupleModifier and TypeMethodDescriptionfinal List<TargetGroupTuple>ForwardActionConfig.targetGroups()The target groups.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetGroupTupleModifier and TypeMethodDescriptionForwardActionConfig.Builder.targetGroups(TargetGroupTuple... targetGroups) The target groups.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetGroupTupleModifier and TypeMethodDescriptionForwardActionConfig.Builder.targetGroups(Collection<TargetGroupTuple> targetGroups) The target groups.