Uses of Class
software.amazon.awssdk.services.elasticache.model.RemoveTagsFromResourceResponse
-
Packages that use RemoveTagsFromResourceResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of RemoveTagsFromResourceResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return RemoveTagsFromResourceResponse Modifier and Type Method Description default RemoveTagsFromResourceResponseElastiCacheClient. removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)Removes the tags identified by theTagKeyslist from the named resource.default RemoveTagsFromResourceResponseElastiCacheClient. removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)Removes the tags identified by theTagKeyslist from the named resource.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type RemoveTagsFromResourceResponse Modifier and Type Method Description default CompletableFuture<RemoveTagsFromResourceResponse>ElastiCacheAsyncClient. removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)Removes the tags identified by theTagKeyslist from the named resource.default CompletableFuture<RemoveTagsFromResourceResponse>ElastiCacheAsyncClient. removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)Removes the tags identified by theTagKeyslist from the named resource.
-