Uses of Class
software.amazon.awssdk.services.textract.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTextractClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default UntagResourceResponseTextractClient. untagResource(UntagResourceRequest untagResourceRequest)Removes any tags with the specified keys from the specified resource.Methods in software.amazon.awssdk.services.textract that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TextractAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default CompletableFuture<UntagResourceResponse>TextractAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes any tags with the specified keys from the specified resource.
-