Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupAttributesRequest.Builder
-
Packages that use ModifyTargetGroupAttributesRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of ModifyTargetGroupAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type ModifyTargetGroupAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyTargetGroupAttributesResponse>
ElasticLoadBalancingV2AsyncClient. modifyTargetGroupAttributes(Consumer<ModifyTargetGroupAttributesRequest.Builder> modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group.default ModifyTargetGroupAttributesResponse
ElasticLoadBalancingV2Client. modifyTargetGroupAttributes(Consumer<ModifyTargetGroupAttributesRequest.Builder> modifyTargetGroupAttributesRequest)
Modifies the specified attributes of the specified target group. -
Uses of ModifyTargetGroupAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyTargetGroupAttributesRequest.Builder Modifier and Type Method Description static Class<? extends ModifyTargetGroupAttributesRequest.Builder>
ModifyTargetGroupAttributesRequest. serializableBuilderClass()
-