| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedValue |
AggregatedValue.clone() |
AggregatedValue |
AggregatedValue.withQuality(Quality quality)
The quality of the aggregated data.
|
AggregatedValue |
AggregatedValue.withQuality(String quality)
The quality of the aggregated data.
|
AggregatedValue |
AggregatedValue.withTimestamp(Date timestamp)
The date the aggregating computations occurred, in Unix epoch time.
|
AggregatedValue |
AggregatedValue.withValue(Aggregates value)
The value of the aggregates.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedValue> |
GetAssetPropertyAggregatesResult.getAggregatedValues()
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyAggregatesResult |
GetAssetPropertyAggregatesResult.withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssetPropertyAggregatesResult.setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
GetAssetPropertyAggregatesResult |
GetAssetPropertyAggregatesResult.withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
Copyright © 2021. All rights reserved.