Uses of Class
software.amazon.awssdk.services.comprehend.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseComprehendClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a specific tag associated with an Amazon Comprehend resource.default UntagResourceResponseComprehendClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a specific tag associated with an Amazon Comprehend resource.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ComprehendAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a specific tag associated with an Amazon Comprehend resource.default CompletableFuture<UntagResourceResponse>ComprehendAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a specific tag associated with an Amazon Comprehend resource.
-