Uses of Class
com.amazonaws.services.elasticache.model.RemoveTagsFromResourceRequest
-
Packages that use RemoveTagsFromResourceRequest Package Description com.amazonaws.services.elasticache com.amazonaws.services.elasticache.model -
-
Uses of RemoveTagsFromResourceRequest in com.amazonaws.services.elasticache
Method parameters in com.amazonaws.services.elasticache with type arguments of type RemoveTagsFromResourceRequest Modifier and Type Method Description Future<RemoveTagsFromResourceResult>
AbstractAmazonElastiCacheAsync. removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Future<RemoveTagsFromResourceResult>
AmazonElastiCacheAsync. removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.Future<RemoveTagsFromResourceResult>
AmazonElastiCacheAsyncClient. removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
-
Uses of RemoveTagsFromResourceRequest in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RemoveTagsFromResourceRequest Modifier and Type Method Description RemoveTagsFromResourceRequest
RemoveTagsFromResourceRequest. clone()
RemoveTagsFromResourceRequest
RemoveTagsFromResourceRequest. withResourceName(String resourceName)
The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for examplearn:aws:elasticache:us-west-2:0123456789:cluster:myCluster
orarn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot
.RemoveTagsFromResourceRequest
RemoveTagsFromResourceRequest. withTagKeys(String... tagKeys)
A list ofTagKeys
identifying the tags you want removed from the named resource.RemoveTagsFromResourceRequest
RemoveTagsFromResourceRequest. withTagKeys(Collection<String> tagKeys)
A list ofTagKeys
identifying the tags you want removed from the named resource.
-