| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
PropertyType.getMetric()
Specifies an asset metric property.
|
Metric |
Metric.withExpression(String expression)
The mathematical expression that defines the metric aggregation function.
|
Metric |
Metric.withProcessingConfig(MetricProcessingConfig processingConfig)
The processing configuration for the given metric property.
|
Metric |
Metric.withVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Metric |
Metric.withVariables(ExpressionVariable... variables)
The list of variables used in the expression.
|
Metric |
Metric.withWindow(MetricWindow window)
The window (time interval) over which IoT SiteWise computes the metric's aggregation expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyType.setMetric(Metric metric)
Specifies an asset metric property.
|
PropertyType |
PropertyType.withMetric(Metric metric)
Specifies an asset metric property.
|
Copyright © 2022. All rights reserved.