| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
ExpressionVariable |
ExpressionVariable.clone() |
ExpressionVariable |
ExpressionVariable.withName(String name)
The friendly name of the variable to be used in the expression.
|
ExpressionVariable |
ExpressionVariable.withValue(VariableValue value)
The variable that identifies an asset property from which to use values.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionVariable> |
Metric.getVariables()
The list of variables used in the expression.
|
List<ExpressionVariable> |
Transform.getVariables()
The list of variables used in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.withVariables(ExpressionVariable... variables)
The list of variables used in the expression.
|
Transform |
Transform.withVariables(ExpressionVariable... variables)
The list of variables used in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metric.setVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
void |
Transform.setVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Metric |
Metric.withVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Transform |
Transform.withVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Copyright © 2023. All rights reserved.