| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregates |
Aggregates.clone() |
Aggregates |
AggregatedValue.getValue()
The value of the aggregates.
|
Aggregates |
Aggregates.withAverage(Double average)
The average (mean) value of the time series over a time interval window.
|
Aggregates |
Aggregates.withCount(Double count)
The count of data points in the time series over a time interval window.
|
Aggregates |
Aggregates.withMaximum(Double maximum)
The maximum value of the time series over a time interval window.
|
Aggregates |
Aggregates.withMinimum(Double minimum)
The minimum value of the time series over a time interval window.
|
Aggregates |
Aggregates.withStandardDeviation(Double standardDeviation)
The standard deviation of the time series over a time interval window.
|
Aggregates |
Aggregates.withSum(Double sum)
The sum of the time series over a time interval window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregatedValue.setValue(Aggregates value)
The value of the aggregates.
|
AggregatedValue |
AggregatedValue.withValue(Aggregates value)
The value of the aggregates.
|
Copyright © 2020. All rights reserved.