| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.getAssetPropertyValueHistory(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default GetAssetPropertyValueHistoryResponse |
IoTSiteWiseClient.getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAssetPropertyValueHistoryResponse> |
IoTSiteWiseAsyncClient.getAssetPropertyValueHistory(Consumer<GetAssetPropertyValueHistoryRequest.Builder> getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
default CompletableFuture<GetAssetPropertyValueHistoryResponse> |
IoTSiteWiseAsyncClient.getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
Gets the history of an asset property's values.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetAssetPropertyValueHistoryResponse> |
GetAssetPropertyValueHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssetPropertyValueHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetAssetPropertyValueHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.