| 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 dataset action by which dataset contents are automatically created.
|
DatasetAction |
DatasetAction.withContainerAction(ContainerDatasetAction containerAction)
Information that allows the system to run a containerized application to create the dataset contents.
|
DatasetAction |
DatasetAction.withQueryAction(SqlQueryDatasetAction queryAction)
An
SqlQueryDatasetAction object that uses an SQL query to automatically create dataset contents. |
| Modifier and Type | Method and Description |
|---|---|
List<DatasetAction> |
CreateDatasetRequest.getActions()
A list of actions that create the dataset contents.
|
List<DatasetAction> |
UpdateDatasetRequest.getActions()
A list of
DatasetAction objects. |
List<DatasetAction> |
Dataset.getActions()
The
DatasetAction objects that automatically create the dataset contents. |
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetRequest |
CreateDatasetRequest.withActions(DatasetAction... actions)
A list of actions that create the dataset contents.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withActions(DatasetAction... actions)
A list of
DatasetAction objects. |
Dataset |
Dataset.withActions(DatasetAction... actions)
The
DatasetAction objects that automatically create the dataset contents. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDatasetRequest.setActions(Collection<DatasetAction> actions)
A list of actions that create the dataset contents.
|
void |
UpdateDatasetRequest.setActions(Collection<DatasetAction> actions)
A list of
DatasetAction objects. |
void |
Dataset.setActions(Collection<DatasetAction> actions)
The
DatasetAction objects that automatically create the dataset contents. |
CreateDatasetRequest |
CreateDatasetRequest.withActions(Collection<DatasetAction> actions)
A list of actions that create the dataset contents.
|
UpdateDatasetRequest |
UpdateDatasetRequest.withActions(Collection<DatasetAction> actions)
A list of
DatasetAction objects. |
Dataset |
Dataset.withActions(Collection<DatasetAction> actions)
The
DatasetAction objects that automatically create the dataset contents. |
Copyright © 2021. All rights reserved.