Uses of Class
software.amazon.awssdk.services.elasticache.model.RemoveTagsFromResourceRequest
-
Packages that use RemoveTagsFromResourceRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of RemoveTagsFromResourceRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type RemoveTagsFromResourceRequest Modifier and Type Method Description default CompletableFuture<RemoveTagsFromResourceResponse>ElastiCacheAsyncClient. removeTagsFromResource(RemoveTagsFromResourceRequest 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. -
Uses of RemoveTagsFromResourceRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type RemoveTagsFromResourceRequest Modifier and Type Method Description SdkHttpFullRequestRemoveTagsFromResourceRequestMarshaller. marshall(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
-