Uses of Class
software.amazon.awssdk.services.docdbelastic.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint. -
-
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 to a Elastic DocumentDB resourcedefault UntagResourceResponseDocDbElasticClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags to a Elastic DocumentDB 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 to a Elastic DocumentDB resourcedefault CompletableFuture<UntagResourceResponse>DocDbElasticAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags to a Elastic DocumentDB resource
-