| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetActionSummary |
DatasetActionSummary.clone() |
DatasetActionSummary |
DatasetActionSummary.withActionName(String actionName)
The name of the action which automatically creates the data set's contents.
|
DatasetActionSummary |
DatasetActionSummary.withActionType(DatasetActionType actionType)
The type of action by which the data set's contents are automatically created.
|
DatasetActionSummary |
DatasetActionSummary.withActionType(String actionType)
The type of action by which the data set's contents are automatically created.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetActionSummary> |
DatasetSummary.getActions()
A list of "DataActionSummary" objects.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary |
DatasetSummary.withActions(DatasetActionSummary... actions)
A list of "DataActionSummary" objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetSummary.setActions(Collection<DatasetActionSummary> actions)
A list of "DataActionSummary" objects.
|
DatasetSummary |
DatasetSummary.withActions(Collection<DatasetActionSummary> actions)
A list of "DataActionSummary" objects.
|
Copyright © 2019. All rights reserved.