| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoUpdate |
AutoUpdate.fromValue(String value)
Use this in place of valueOf.
|
static AutoUpdate |
AutoUpdate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoUpdate[] |
AutoUpdate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAdapterResult |
UpdateAdapterResult.withAutoUpdate(AutoUpdate autoUpdate)
The auto-update status of the adapter that has been updated.
|
UpdateAdapterRequest |
UpdateAdapterRequest.withAutoUpdate(AutoUpdate autoUpdate)
The new auto-update status to be applied to the adapter.
|
CreateAdapterRequest |
CreateAdapterRequest.withAutoUpdate(AutoUpdate autoUpdate)
Controls whether or not the adapter should automatically update.
|
GetAdapterResult |
GetAdapterResult.withAutoUpdate(AutoUpdate autoUpdate)
Binary value indicating if the adapter is being automatically updated or not.
|
Copyright © 2024. All rights reserved.