| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing |
|
| software.amazon.awssdk.services.elasticloadbalancing.model |
| 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 CompletableFuture<DetachLoadBalancerFromSubnetsResponse> |
ElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnets(Consumer<DetachLoadBalancerFromSubnetsRequest.Builder> detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetachLoadBalancerFromSubnetsRequest.Builder> |
DetachLoadBalancerFromSubnetsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.