| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
FilterActivity |
FilterActivity.clone() |
FilterActivity |
PipelineActivity.getFilter()
Filters a message based on its attributes.
|
FilterActivity |
FilterActivity.withFilter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value.
|
FilterActivity |
FilterActivity.withName(String name)
The name of the 'filter' activity.
|
FilterActivity |
FilterActivity.withNext(String next)
The next activity in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setFilter(FilterActivity filter)
Filters a message based on its attributes.
|
PipelineActivity |
PipelineActivity.withFilter(FilterActivity filter)
Filters a message based on its attributes.
|
Copyright © 2020. All rights reserved.