| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchGetAssetPropertyAggregatesResponse> |
IoTSiteWiseAsyncClient.batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesResponse |
IoTSiteWiseClient.batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesPublisher |
IoTSiteWiseAsyncClient.batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
default BatchGetAssetPropertyAggregatesIterable |
IoTSiteWiseClient.batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)
Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.builder() |
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.entries(BatchGetAssetPropertyAggregatesEntry... entries)
The list of asset property aggregate entries for the batch get request.
|
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.entries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)
The list of asset property aggregate entries for the batch get request.
|
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.entries(Consumer<BatchGetAssetPropertyAggregatesEntry.Builder>... entries)
The list of asset property aggregate entries for the batch get request.
|
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetAssetPropertyAggregatesRequest.Builder |
BatchGetAssetPropertyAggregatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAssetPropertyAggregatesRequest.Builder> |
BatchGetAssetPropertyAggregatesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.