Uses of Class
com.amazonaws.services.elasticache.model.RemoveTagsFromResourceRequest
Packages that use RemoveTagsFromResourceRequest
-
Uses of RemoveTagsFromResourceRequest in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache with parameters of type RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCache.removeTagsFromResource
(RemoveTagsFromResourceRequest request) AmazonElastiCache.removeTagsFromResource
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.AmazonElastiCacheClient.removeTagsFromResource
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.AbstractAmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request) AbstractAmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) AmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.AmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.AmazonElastiCacheAsyncClient.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request) AmazonElastiCacheAsyncClient.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest request, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) AmazonElastiCacheAsync.removeTagsFromResourceAsync
(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult> asyncHandler) The RemoveTagsFromResource action removes the tags identified by theTagKeys
list from the named resource.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 RemoveTagsFromResourceRequestModifier and TypeMethodDescriptionRemoveTagsFromResourceRequest.clone()
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.withTagKeys
(String... tagKeys) A list ofTagKeys
identifying the tags you want removed from the named resource.RemoveTagsFromResourceRequest.withTagKeys
(Collection<String> tagKeys) A list ofTagKeys
identifying the tags you want removed from the named resource.