| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetKind |
DatasetKind.fromValue(String value)
Use this in place of valueOf.
|
static DatasetKind |
DatasetKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetKind[] |
DatasetKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withKind(DatasetKind kind)
The format in which Dataset data is structured.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withKind(DatasetKind kind)
The format in which the Dataset data is structured.
|
GetDatasetResult |
GetDatasetResult.withKind(DatasetKind kind)
The format in which Dataset data is structured.
|
CreateDatasetRequest |
CreateDatasetRequest.withKind(DatasetKind kind)
The format in which Dataset data is structured.
|
Copyright © 2023. All rights reserved.