Uses of Class
software.amazon.awssdk.services.comprehend.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ComprehendAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-