| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| Modifier and Type | Method and Description |
|---|---|
default GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueResponse |
IoTTwinMakerClient.getPropertyValue(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
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.
|
default GetPropertyValueHistoryIterable |
IoTTwinMakerClient.getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> 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 GetPropertyValueIterable |
IoTTwinMakerClient.getPropertyValuePaginator(Consumer<GetPropertyValueRequest.Builder> getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
default GetPropertyValueIterable |
IoTTwinMakerClient.getPropertyValuePaginator(GetPropertyValueRequest getPropertyValueRequest)
Gets the property values for a component, component type, entity, or workspace.
|
Copyright © 2023. All rights reserved.