Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyAggregatesRequest.Builder
-
Packages that use BatchGetAssetPropertyAggregatesRequest.Builder Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyAggregatesRequest.Builder in software.amazon.awssdk.services.iotsitewise
Method parameters in software.amazon.awssdk.services.iotsitewise with type arguments of type BatchGetAssetPropertyAggregatesRequest.Builder Modifier and Type Method 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 BatchGetAssetPropertyAggregatesResponseIoTSiteWiseClient. batchGetAssetPropertyAggregates(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.default BatchGetAssetPropertyAggregatesPublisherIoTSiteWiseAsyncClient. batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties.default BatchGetAssetPropertyAggregatesIterableIoTSiteWiseClient. batchGetAssetPropertyAggregatesPaginator(Consumer<BatchGetAssetPropertyAggregatesRequest.Builder> batchGetAssetPropertyAggregatesRequest)Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. -
Uses of BatchGetAssetPropertyAggregatesRequest.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyAggregatesRequest.Builder Modifier and Type Method Description static BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest. builder()BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. entries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)The list of asset property aggregate entries for the batch get request.BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. entries(Consumer<BatchGetAssetPropertyAggregatesEntry.Builder>... entries)The list of asset property aggregate entries for the batch get request.BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. entries(BatchGetAssetPropertyAggregatesEntry... entries)The list of asset property aggregate entries for the batch get request.BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return for each paginated request.BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetAssetPropertyAggregatesRequest.BuilderBatchGetAssetPropertyAggregatesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyAggregatesRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyAggregatesRequest.Builder>BatchGetAssetPropertyAggregatesRequest. serializableBuilderClass()
-