| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model | |
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedValue> |
BatchGetAssetPropertyAggregatesSuccessEntry.aggregatedValues()
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
List<AggregatedValue> |
GetAssetPropertyAggregatesResponse.aggregatedValues()
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
BatchGetAssetPropertyAggregatesSuccessEntry.Builder.aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
GetAssetPropertyAggregatesResponse.Builder |
GetAssetPropertyAggregatesResponse.Builder.aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
BatchGetAssetPropertyAggregatesSuccessEntry.Builder.aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
GetAssetPropertyAggregatesResponse.Builder |
GetAssetPropertyAggregatesResponse.Builder.aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated values.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AggregatedValue> |
GetAssetPropertyAggregatesPublisher.aggregatedValues()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AggregatedValue> |
GetAssetPropertyAggregatesIterable.aggregatedValues()
Returns an iterable to iterate through the paginated
GetAssetPropertyAggregatesResponse.aggregatedValues() member. |
Copyright © 2023. All rights reserved.