Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyLoadBalancerAttributesRequest.Builder
-
Packages that use ModifyLoadBalancerAttributesRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of ModifyLoadBalancerAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type ModifyLoadBalancerAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyLoadBalancerAttributesResponse>
ElasticLoadBalancingV2AsyncClient. modifyLoadBalancerAttributes(Consumer<ModifyLoadBalancerAttributesRequest.Builder> modifyLoadBalancerAttributesRequest)
Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.default ModifyLoadBalancerAttributesResponse
ElasticLoadBalancingV2Client. modifyLoadBalancerAttributes(Consumer<ModifyLoadBalancerAttributesRequest.Builder> modifyLoadBalancerAttributesRequest)
Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. -
Uses of ModifyLoadBalancerAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyLoadBalancerAttributesRequest.Builder Modifier and Type Method Description static Class<? extends ModifyLoadBalancerAttributesRequest.Builder>
ModifyLoadBalancerAttributesRequest. serializableBuilderClass()
-