Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResponse
-
Packages that use AttachLoadBalancerToSubnetsResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of AttachLoadBalancerToSubnetsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return AttachLoadBalancerToSubnetsResponse Modifier and Type Method Description default AttachLoadBalancerToSubnetsResponseElasticLoadBalancingClient. attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer.default AttachLoadBalancerToSubnetsResponseElasticLoadBalancingClient. 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 AttachLoadBalancerToSubnetsResponse Modifier and Type Method Description default CompletableFuture<AttachLoadBalancerToSubnetsResponse>ElasticLoadBalancingAsyncClient. attachLoadBalancerToSubnets(Consumer<AttachLoadBalancerToSubnetsRequest.Builder> attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer.default CompletableFuture<AttachLoadBalancerToSubnetsResponse>ElasticLoadBalancingAsyncClient. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer.
-