Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.DetachLoadBalancerFromSubnetsResponse
Packages that use DetachLoadBalancerFromSubnetsResponse
-
Uses of DetachLoadBalancerFromSubnetsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return DetachLoadBalancerFromSubnetsResponseModifier and TypeMethodDescriptionElasticLoadBalancingClient.detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest) Removes the specified subnets from the set of configured subnets for the load balancer.ElasticLoadBalancingClient.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 DetachLoadBalancerFromSubnetsResponseModifier and TypeMethodDescriptionElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest) Removes the specified subnets from the set of configured subnets for the load balancer.ElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest) Removes the specified subnets from the set of configured subnets for the load balancer.