| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
MathActivity |
MathActivity.clone() |
MathActivity |
PipelineActivity.getMath()
Computes an arithmetic expression using the message's attributes and adds it to the message.
|
MathActivity |
MathActivity.withAttribute(String attribute)
The name of the attribute that contains the result of the math operation.
|
MathActivity |
MathActivity.withMath(String math)
An expression that uses one or more existing attributes and must return an integer value.
|
MathActivity |
MathActivity.withName(String name)
The name of the 'math' activity.
|
MathActivity |
MathActivity.withNext(String next)
The next activity in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setMath(MathActivity math)
Computes an arithmetic expression using the message's attributes and adds it to the message.
|
PipelineActivity |
PipelineActivity.withMath(MathActivity math)
Computes an arithmetic expression using the message's attributes and adds it to the message.
|
Copyright © 2020. All rights reserved.