Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResponse
Packages that use AttachLoadBalancerToSubnetsResponse
-
Uses of AttachLoadBalancerToSubnetsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return AttachLoadBalancerToSubnetsResponseModifier and TypeMethodDescriptionElasticLoadBalancingClient.attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest) Adds one or more subnets to the set of configured subnets for the specified load balancer.ElasticLoadBalancingClient.attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest) Adds one or more subnets to the set of configured subnets for the specified load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type AttachLoadBalancerToSubnetsResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest) Adds one or more subnets to the set of configured subnets for the specified load balancer.ElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest) Adds one or more subnets to the set of configured subnets for the specified load balancer.