| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveTagsFromResourceResponse |
ElastiCacheClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes the tags identified by the
TagKeys list from the named resource. |
default RemoveTagsFromResourceResponse |
ElastiCacheClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes the tags identified by the
TagKeys list from the named resource. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTagsFromResourceResponse> |
ElastiCacheAsyncClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes the tags identified by the
TagKeys list from the named resource. |
default CompletableFuture<RemoveTagsFromResourceResponse> |
ElastiCacheAsyncClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes the tags identified by the
TagKeys list from the named resource. |
Copyright © 2023. All rights reserved.