| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
AdapterOverview |
AdapterOverview.clone() |
AdapterOverview |
AdapterOverview.withAdapterId(String adapterId)
A unique identifier for the adapter resource.
|
AdapterOverview |
AdapterOverview.withAdapterName(String adapterName)
A string naming the adapter resource.
|
AdapterOverview |
AdapterOverview.withCreationTime(Date creationTime)
The date and time that the adapter was created.
|
AdapterOverview |
AdapterOverview.withFeatureTypes(Collection<String> featureTypes)
The feature types that the adapter is operating on.
|
AdapterOverview |
AdapterOverview.withFeatureTypes(FeatureType... featureTypes)
The feature types that the adapter is operating on.
|
AdapterOverview |
AdapterOverview.withFeatureTypes(String... featureTypes)
The feature types that the adapter is operating on.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdapterOverview> |
ListAdaptersResult.getAdapters()
A list of adapters that matches the filtering criteria specified when calling ListAdapters.
|
| Modifier and Type | Method and Description |
|---|---|
ListAdaptersResult |
ListAdaptersResult.withAdapters(AdapterOverview... adapters)
A list of adapters that matches the filtering criteria specified when calling ListAdapters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAdaptersResult.setAdapters(Collection<AdapterOverview> adapters)
A list of adapters that matches the filtering criteria specified when calling ListAdapters.
|
ListAdaptersResult |
ListAdaptersResult.withAdapters(Collection<AdapterOverview> adapters)
A list of adapters that matches the filtering criteria specified when calling ListAdapters.
|
Copyright © 2023. All rights reserved.