Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryResponse
-
Packages that use BatchGetAssetPropertyValueHistoryResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of BatchGetAssetPropertyValueHistoryResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return BatchGetAssetPropertyValueHistoryResponse Modifier and Type Method Description default BatchGetAssetPropertyValueHistoryResponseIoTSiteWiseClient. batchGetAssetPropertyValueHistory(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> 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.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type BatchGetAssetPropertyValueHistoryResponse Modifier and Type Method Description default CompletableFuture<BatchGetAssetPropertyValueHistoryResponse>IoTSiteWiseAsyncClient. batchGetAssetPropertyValueHistory(Consumer<BatchGetAssetPropertyValueHistoryRequest.Builder> batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties.default CompletableFuture<BatchGetAssetPropertyValueHistoryResponse>IoTSiteWiseAsyncClient. batchGetAssetPropertyValueHistory(BatchGetAssetPropertyValueHistoryRequest batchGetAssetPropertyValueHistoryRequest)Gets the historical values for one or more asset properties. -
Uses of BatchGetAssetPropertyValueHistoryResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type BatchGetAssetPropertyValueHistoryResponse Modifier and Type Method Description Iterator<BatchGetAssetPropertyValueHistoryResponse>BatchGetAssetPropertyValueHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsitewise.paginators with type arguments of type BatchGetAssetPropertyValueHistoryResponse Modifier and Type Method Description voidBatchGetAssetPropertyValueHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super BatchGetAssetPropertyValueHistoryResponse> subscriber)
-