| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
AdapterVersionOverview |
AdapterVersionOverview.clone() |
AdapterVersionOverview |
AdapterVersionOverview.withAdapterId(String adapterId)
A unique identifier for the adapter associated with a given adapter version.
|
AdapterVersionOverview |
AdapterVersionOverview.withAdapterVersion(String adapterVersion)
An identified for a given adapter version.
|
AdapterVersionOverview |
AdapterVersionOverview.withCreationTime(Date creationTime)
The date and time that a given adapter version was created.
|
AdapterVersionOverview |
AdapterVersionOverview.withFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter version is operating on.
|
AdapterVersionOverview |
AdapterVersionOverview.withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter version is operating on.
|
AdapterVersionOverview |
AdapterVersionOverview.withFeatureTypes(String... featureTypes)
The feature types that the adapter version is operating on.
|
AdapterVersionOverview |
AdapterVersionOverview.withStatus(AdapterVersionStatus status)
Contains information on the status of a given adapter version.
|
AdapterVersionOverview |
AdapterVersionOverview.withStatus(String status)
Contains information on the status of a given adapter version.
|
AdapterVersionOverview |
AdapterVersionOverview.withStatusMessage(String statusMessage)
A message explaining the status of a given adapter vesion.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdapterVersionOverview> |
ListAdapterVersionsResult.getAdapterVersions()
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
| Modifier and Type | Method and Description |
|---|---|
ListAdapterVersionsResult |
ListAdapterVersionsResult.withAdapterVersions(AdapterVersionOverview... adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAdapterVersionsResult.setAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
ListAdapterVersionsResult |
ListAdapterVersionsResult.withAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
Copyright © 2023. All rights reserved.