Uses of Class
software.amazon.awssdk.services.docdbelastic.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDocDbElasticClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes metadata tags from an elastic cluster resourcedefault UntagResourceResponseDocDbElasticClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from an elastic cluster resourceMethods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DocDbElasticAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes metadata tags from an elastic cluster resourcedefault CompletableFuture<UntagResourceResponse>DocDbElasticAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from an elastic cluster resource
-