Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupTuple
-
Packages that use TargetGroupTuple Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 TargetGroupTuple Modifier and Type Method Description List<TargetGroupTuple>ForwardActionConfig. targetGroups()The target groups.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type TargetGroupTuple Modifier and Type Method Description ForwardActionConfig.BuilderForwardActionConfig.Builder. targetGroups(TargetGroupTuple... targetGroups)The target groups.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetGroupTuple Modifier and Type Method Description ForwardActionConfig.BuilderForwardActionConfig.Builder. targetGroups(Collection<TargetGroupTuple> targetGroups)The target groups.
-