Uses of Class
software.amazon.awssdk.services.textract.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.textract Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.software.amazon.awssdk.services.textract.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TextractAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-