Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupResponse
-
Packages that use ModifyTargetGroupResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of ModifyTargetGroupResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyTargetGroupResponse Modifier and Type Method Description default ModifyTargetGroupResponse
ElasticLoadBalancingV2Client. modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyTargetGroupResponse Modifier and Type Method Description default CompletableFuture<ModifyTargetGroupResponse>
ElasticLoadBalancingV2AsyncClient. modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.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.
-