| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetStatus |
DatasetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DatasetStatus |
DatasetProperties.status()
The dataset status.
|
DatasetStatus |
DatasetFilter.status()
Filter the datasets based on the dataset status.
|
static DatasetStatus |
DatasetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetStatus[] |
DatasetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DatasetStatus> |
DatasetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatasetProperties.Builder |
DatasetProperties.Builder.status(DatasetStatus status)
The dataset status.
|
DatasetFilter.Builder |
DatasetFilter.Builder.status(DatasetStatus status)
Filter the datasets based on the dataset status.
|
Copyright © 2023. All rights reserved.