| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionVariable> |
Metric.variables()
The list of variables used in the expression.
|
List<ExpressionVariable> |
Transform.variables()
The list of variables used in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
Metric.Builder |
Metric.Builder.variables(ExpressionVariable... variables)
The list of variables used in the expression.
|
Transform.Builder |
Transform.Builder.variables(ExpressionVariable... variables)
The list of variables used in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
Metric.Builder |
Metric.Builder.variables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Transform.Builder |
Transform.Builder.variables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Copyright © 2023. All rights reserved.