| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.clone() |
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.withAggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.withAggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry |
BatchGetAssetPropertyAggregatesSuccessEntry.withEntryId(String entryId)
The ID of the entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetAssetPropertyAggregatesSuccessEntry> |
BatchGetAssetPropertyAggregatesResult.getSuccessEntries()
A list of entries that were processed successfully by this batch request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesResult |
BatchGetAssetPropertyAggregatesResult.withSuccessEntries(BatchGetAssetPropertyAggregatesSuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyAggregatesResult.setSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request.
|
BatchGetAssetPropertyAggregatesResult |
BatchGetAssetPropertyAggregatesResult.withSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request.
|
Copyright © 2022. All rights reserved.