Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.DetachLoadBalancerFromSubnetsResponse
-
Packages that use DetachLoadBalancerFromSubnetsResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of DetachLoadBalancerFromSubnetsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return DetachLoadBalancerFromSubnetsResponse Modifier and Type Method Description default DetachLoadBalancerFromSubnetsResponseElasticLoadBalancingClient. detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest)Removes the specified subnets from the set of configured subnets for the load balancer.default DetachLoadBalancerFromSubnetsResponseElasticLoadBalancingClient. detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)Removes the specified subnets from the set of configured subnets for the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type DetachLoadBalancerFromSubnetsResponse Modifier and Type Method Description default CompletableFuture<DetachLoadBalancerFromSubnetsResponse>ElasticLoadBalancingAsyncClient. detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest)Removes the specified subnets from the set of configured subnets for the load balancer.default CompletableFuture<DetachLoadBalancerFromSubnetsResponse>ElasticLoadBalancingAsyncClient. detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)Removes the specified subnets from the set of configured subnets for the load balancer.
-