| Package | Description |
|---|---|
| com.amazonaws.services.textract |
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text.
|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAdapterResult> |
AmazonTextractAsyncClient.updateAdapterAsync(UpdateAdapterRequest request,
AsyncHandler<UpdateAdapterRequest,UpdateAdapterResult> asyncHandler) |
Future<UpdateAdapterResult> |
AbstractAmazonTextractAsync.updateAdapterAsync(UpdateAdapterRequest request,
AsyncHandler<UpdateAdapterRequest,UpdateAdapterResult> asyncHandler) |
Future<UpdateAdapterResult> |
AmazonTextractAsync.updateAdapterAsync(UpdateAdapterRequest updateAdapterRequest,
AsyncHandler<UpdateAdapterRequest,UpdateAdapterResult> asyncHandler)
Update the configuration for an adapter.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAdapterRequest |
UpdateAdapterRequest.clone() |
UpdateAdapterRequest |
UpdateAdapterRequest.withAdapterId(String adapterId)
A string containing a unique ID for the adapter that will be updated.
|
UpdateAdapterRequest |
UpdateAdapterRequest.withAdapterName(String adapterName)
The new name to be applied to the adapter.
|
UpdateAdapterRequest |
UpdateAdapterRequest.withAutoUpdate(AutoUpdate autoUpdate)
The new auto-update status to be applied to the adapter.
|
UpdateAdapterRequest |
UpdateAdapterRequest.withAutoUpdate(String autoUpdate)
The new auto-update status to be applied to the adapter.
|
UpdateAdapterRequest |
UpdateAdapterRequest.withDescription(String description)
The new description to be applied to the adapter.
|
Copyright © 2024. All rights reserved.