Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyLoadBalancerAttributesResponse
Packages that use ModifyLoadBalancerAttributesResponse
-
Uses of ModifyLoadBalancerAttributesResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyLoadBalancerAttributesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.modifyLoadBalancerAttributes(Consumer<ModifyLoadBalancerAttributesRequest.Builder> modifyLoadBalancerAttributesRequest) Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.ElasticLoadBalancingV2Client.modifyLoadBalancerAttributes(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest) Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyLoadBalancerAttributesResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyLoadBalancerAttributes(Consumer<ModifyLoadBalancerAttributesRequest.Builder> modifyLoadBalancerAttributesRequest) Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.ElasticLoadBalancingV2AsyncClient.modifyLoadBalancerAttributes(ModifyLoadBalancerAttributesRequest modifyLoadBalancerAttributesRequest) Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.