| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing |
|
| Modifier and Type | Method and Description |
|---|---|
default DetachLoadBalancerFromSubnetsResponse |
ElasticLoadBalancingClient.detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for the load balancer.
|
default DetachLoadBalancerFromSubnetsResponse |
ElasticLoadBalancingClient.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for the load balancer.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.