Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupRequest
-
Packages that use ModifyTargetGroupRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of ModifyTargetGroupRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type ModifyTargetGroupRequest Modifier and Type Method Description default CompletableFuture<ModifyTargetGroupResponse>
ElasticLoadBalancingV2AsyncClient. modifyTargetGroup(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.default ModifyTargetGroupResponse
ElasticLoadBalancingV2Client. modifyTargetGroup(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group. -
Uses of ModifyTargetGroupRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type ModifyTargetGroupRequest Modifier and Type Method Description SdkHttpFullRequest
ModifyTargetGroupRequestMarshaller. marshall(ModifyTargetGroupRequest modifyTargetGroupRequest)
-