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 theTagKeyslist 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 RemoveTagsFromResourceRequestRemoveTagsFromResourceRequest. clone()RemoveTagsFromResourceRequestRemoveTagsFromResourceRequest. 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:myClusterorarn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.RemoveTagsFromResourceRequestRemoveTagsFromResourceRequest. withTagKeys(String... tagKeys)A list ofTagKeysidentifying the tags you want removed from the named resource.RemoveTagsFromResourceRequestRemoveTagsFromResourceRequest. withTagKeys(Collection<String> tagKeys)A list ofTagKeysidentifying the tags you want removed from the named resource.
-