Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupResponse
Packages that use ModifyTargetGroupResponse
-
Uses of ModifyTargetGroupResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyTargetGroupResponseModifier and TypeMethodDescriptiondefault ModifyTargetGroupResponseElasticLoadBalancingV2Client.modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest) Modifies the health checks used when evaluating the health state of the targets in the specified target group.default ModifyTargetGroupResponseElasticLoadBalancingV2Client.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 ModifyTargetGroupResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest) Modifies the health checks used when evaluating the health state of the targets in the specified target group.ElasticLoadBalancingV2AsyncClient.modifyTargetGroup(ModifyTargetGroupRequest modifyTargetGroupRequest) Modifies the health checks used when evaluating the health state of the targets in the specified target group.