Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryRequest
-
Packages that use BatchGetAssetPropertyValueHistoryRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of BatchGetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type BatchGetAssetPropertyValueHistoryRequest Modifier and Type Method Description default CompletableFuture<BatchGetAssetPropertyValueHistoryResponse>IoTSiteWiseAsyncClient. batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties.default BatchGetAssetPropertyValueHistoryResponseIoTSiteWiseClient. batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties.default BatchGetAssetPropertyValueHistoryPublisherIoTSiteWiseAsyncClient. batchGetAssetPropertyValueHistoryPaginator(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties.default BatchGetAssetPropertyValueHistoryIterableIoTSiteWiseClient. batchGetAssetPropertyValueHistoryPaginator(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties. -
Uses of BatchGetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise.paginators
Constructors in software.amazon.awssdk.services.iotsitewise.paginators with parameters of type BatchGetAssetPropertyValueHistoryRequest Constructor Description BatchGetAssetPropertyValueHistoryIterable(IoTSiteWiseClient client, BatchGetAssetPropertyValueHistoryRequest firstRequest)BatchGetAssetPropertyValueHistoryPublisher(IoTSiteWiseAsyncClient client, BatchGetAssetPropertyValueHistoryRequest firstRequest) -
Uses of BatchGetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type BatchGetAssetPropertyValueHistoryRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetAssetPropertyValueHistoryRequestMarshaller. marshall(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)
-