| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetActionType |
DatasetActionSummary.actionType()
The type of action by which the dataset's contents are automatically created.
|
static DatasetActionType |
DatasetActionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DatasetActionType |
DatasetActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetActionType[] |
DatasetActionType.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<DatasetActionType> |
DatasetActionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DatasetActionSummary.Builder |
DatasetActionSummary.Builder.actionType(DatasetActionType actionType)
The type of action by which the dataset's contents are automatically created.
|
Copyright © 2023. All rights reserved.