| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.paginators | |
| software.amazon.awssdk.services.iottwinmaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetPropertyValueHistoryResponse |
IoTTwinMakerClient.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default CompletableFuture<GetPropertyValueHistoryResponse> |
IoTTwinMakerAsyncClient.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryIterable |
IoTTwinMakerClient.getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryPublisher |
IoTTwinMakerAsyncClient.getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
| Constructor and Description |
|---|
GetPropertyValueHistoryIterable(IoTTwinMakerClient client,
GetPropertyValueHistoryRequest firstRequest) |
GetPropertyValueHistoryPublisher(IoTTwinMakerAsyncClient client,
GetPropertyValueHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetPropertyValueHistoryRequestMarshaller.marshall(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest) |
Copyright © 2022. All rights reserved.