| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetAction |
DatasetAction.clone() |
DatasetAction |
DatasetAction.withActionName(String actionName)
The name of the data set action by which data set contents are automatically created.
|
DatasetAction |
DatasetAction.withContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents.
|
DatasetAction |
DatasetAction.withQueryAction(SqlQueryDatasetAction queryAction)
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetAction> |
Dataset.getActions()
The "DatasetAction" objects that automatically create the data set contents.
|
List<DatasetAction> |
UpdateDatasetRequest.getActions()
A list of "DatasetAction" objects.
|
List<DatasetAction> |
CreateDatasetRequest.getActions()
A list of actions that create the data set contents.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.withActions(DatasetAction... actions)
The "DatasetAction" objects that automatically create the data set contents.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withActions(DatasetAction... actions)
A list of "DatasetAction" objects.
|
CreateDatasetRequest |
CreateDatasetRequest.withActions(DatasetAction... actions)
A list of actions that create the data set contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.setActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that automatically create the data set contents.
|
void |
UpdateDatasetRequest.setActions(Collection<DatasetAction> actions)
A list of "DatasetAction" objects.
|
void |
CreateDatasetRequest.setActions(Collection<DatasetAction> actions)
A list of actions that create the data set contents.
|
Dataset |
Dataset.withActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that automatically create the data set contents.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withActions(Collection<DatasetAction> actions)
A list of "DatasetAction" objects.
|
CreateDatasetRequest |
CreateDatasetRequest.withActions(Collection<DatasetAction> actions)
A list of actions that create the data set contents.
|
Copyright © 2018. All rights reserved.