| 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> |
BatchGetAssetPropertyAggregatesSuccessEntry.getAggregatedValues()
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
List<AggregatedValue> |
GetAssetPropertyAggregatesResult.getAggregatedValues()
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
GetAssetPropertyAggregatesResult |
GetAssetPropertyAggregatesResult.withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyAggregatesSuccessEntry.setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
void |
GetAssetPropertyAggregatesResult.setAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
GetAssetPropertyAggregatesResult |
GetAssetPropertyAggregatesResult.withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
Copyright © 2024. All rights reserved.