Uses of Class
com.amazonaws.services.elasticache.model.RemoveTagsFromResourceResult
Packages that use RemoveTagsFromResourceResult
-
Uses of RemoveTagsFromResourceResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return RemoveTagsFromResourceResultModifier 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.Methods in com.amazonaws.services.elasticache that return types with arguments of type RemoveTagsFromResourceResultModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.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 RemoveTagsFromResourceResultModifier 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 RemoveTagsFromResourceResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return RemoveTagsFromResourceResultModifier and TypeMethodDescriptionRemoveTagsFromResourceResult.clone()
RemoveTagsFromResourceResult.withTagList
(Tag... tagList) A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult.withTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.