| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetPropertyValueHistoryResponse |
IoTTwinMakerClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPropertyValueHistoryResponse> |
IoTTwinMakerAsyncClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetPropertyValueHistoryResponse> |
GetPropertyValueHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPropertyValueHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetPropertyValueHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.