| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsResult |
AbstractAmazonElasticLoadBalancing.removeTags(RemoveTagsRequest request) |
RemoveTagsResult |
AmazonElasticLoadBalancingClient.removeTags(RemoveTagsRequest request)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
RemoveTagsResult |
AmazonElasticLoadBalancing.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from the specified Elastic Load Balancing resources.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
RemoveTagsRequest |
RemoveTagsRequest.withResourceArns(String... resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(Collection<String> tagKeys)
The tag keys for the tags to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagKeys(String... tagKeys)
The tag keys for the tags to remove.
|
Copyright © 2023. All rights reserved.