Uses of Class
software.amazon.awssdk.services.textract.model.UpdateAdapterRequest
-
Packages that use UpdateAdapterRequest 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 UpdateAdapterRequest in software.amazon.awssdk.services.textract
Methods in software.amazon.awssdk.services.textract with parameters of type UpdateAdapterRequest Modifier and Type Method Description default CompletableFuture<UpdateAdapterResponse>TextractAsyncClient. updateAdapter(UpdateAdapterRequest updateAdapterRequest)Update the configuration for an adapter.default UpdateAdapterResponseTextractClient. updateAdapter(UpdateAdapterRequest updateAdapterRequest)Update the configuration for an adapter. -
Uses of UpdateAdapterRequest in software.amazon.awssdk.services.textract.transform
Methods in software.amazon.awssdk.services.textract.transform with parameters of type UpdateAdapterRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAdapterRequestMarshaller. marshall(UpdateAdapterRequest updateAdapterRequest)
-