| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetKind |
DatasetKind.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DatasetKind |
Dataset.kind()
The format in which Dataset data is structured.
|
DatasetKind |
UpdateDatasetRequest.kind()
The format in which the Dataset data is structured.
|
DatasetKind |
CreateDatasetRequest.kind()
The format in which Dataset data is structured.
|
DatasetKind |
GetDatasetResponse.kind()
The format in which Dataset data is structured.
|
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 |
|---|---|
static Set<DatasetKind> |
DatasetKind.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
Dataset.Builder.kind(DatasetKind kind)
The format in which Dataset data is structured.
|
UpdateDatasetRequest.Builder |
UpdateDatasetRequest.Builder.kind(DatasetKind kind)
The format in which the Dataset data is structured.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.kind(DatasetKind kind)
The format in which Dataset data is structured.
|
GetDatasetResponse.Builder |
GetDatasetResponse.Builder.kind(DatasetKind kind)
The format in which Dataset data is structured.
|
Copyright © 2023. All rights reserved.