| Package | Description |
|---|---|
| com.amazonaws.services.elasticache |
Synchronous and asynchronous client classes for accessing AmazonElastiCache.
|
| com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceResult |
AmazonElastiCache.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
RemoveTagsFromResourceResult |
AmazonElastiCacheClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
Future<RemoveTagsFromResourceResult> |
AmazonElastiCacheAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
The RemoveTagsFromResource action removes the tags identified
by the
TagKeys list from the named resource. |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.clone() |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceName(String resourceName)
The name of the ElastiCache resource from which you want the listed
tags removed, for example
arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster. |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(Collection<String> tagKeys)
A list of
TagKeys identifying the tags you want removed
from the named resource. |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(String... tagKeys)
A list of
TagKeys identifying the tags you want removed
from the named resource. |
Copyright © 2015. All rights reserved.