Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroupTuple.Builder
-
Packages that use TargetGroupTuple.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TargetGroupTuple.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetGroupTuple.Builder Modifier and Type Method Description static TargetGroupTuple.BuilderTargetGroupTuple. builder()TargetGroupTuple.BuilderTargetGroupTuple.Builder. targetGroupArn(String targetGroupArn)The Amazon Resource Name (ARN) of the target group.TargetGroupTuple.BuilderTargetGroupTuple. toBuilder()TargetGroupTuple.BuilderTargetGroupTuple.Builder. weight(Integer weight)The weight.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroupTuple.Builder Modifier and Type Method Description static Class<? extends TargetGroupTuple.Builder>TargetGroupTuple. serializableBuilderClass()
-