Uses of Class
software.amazon.awssdk.services.textract.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TextractAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseTextractClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-