| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancing |
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsResponse |
ElasticLoadBalancingClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
default RemoveTagsResponse |
ElasticLoadBalancingClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTagsResponse> |
ElasticLoadBalancingAsyncClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
default CompletableFuture<RemoveTagsResponse> |
ElasticLoadBalancingAsyncClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
Copyright © 2022. All rights reserved.