| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.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 |
Dataset.status()
The status of the dataset.
|
DatasetStatus |
DatasetSummary.status()
The status of the dataset.
|
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 |
|---|---|
Dataset.Builder |
Dataset.Builder.status(DatasetStatus status)
The status of the dataset.
|
DatasetSummary.Builder |
DatasetSummary.Builder.status(DatasetStatus status)
The status of the dataset.
|
Copyright © 2023. All rights reserved.