| 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 |
|---|---|
UpdateAdapterResult |
AmazonTextractClient.updateAdapter(UpdateAdapterRequest request)
Update the configuration for an adapter.
|
UpdateAdapterResult |
AbstractAmazonTextract.updateAdapter(UpdateAdapterRequest request) |
UpdateAdapterResult |
AmazonTextract.updateAdapter(UpdateAdapterRequest updateAdapterRequest)
Update the configuration for an adapter.
|
| 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 |
|---|---|
UpdateAdapterResult |
UpdateAdapterResult.clone() |
UpdateAdapterResult |
UpdateAdapterResult.withAdapterId(String adapterId)
A string containing a unique ID for the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withAdapterName(String adapterName)
A string containing the name of the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withAutoUpdate(AutoUpdate autoUpdate)
The auto-update status of the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withAutoUpdate(String autoUpdate)
The auto-update status of the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withCreationTime(Date creationTime)
An object specifying the creation time of the the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withDescription(String description)
A string containing the description of the adapter that has been updated.
|
UpdateAdapterResult |
UpdateAdapterResult.withFeatureTypes(Collection<String> featureTypes)
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResult |
UpdateAdapterResult.withFeatureTypes(FeatureType... featureTypes)
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResult |
UpdateAdapterResult.withFeatureTypes(String... featureTypes)
List of the targeted feature types for the updated adapter.
|
Copyright © 2024. All rights reserved.