| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryResult |
AbstractAWSIoTTwinMaker.getPropertyValueHistory(GetPropertyValueHistoryRequest request) |
GetPropertyValueHistoryResult |
AWSIoTTwinMaker.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
GetPropertyValueHistoryResult |
AWSIoTTwinMakerClient.getPropertyValueHistory(GetPropertyValueHistoryRequest request)
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 |
|---|---|
Future<GetPropertyValueHistoryResult> |
AbstractAWSIoTTwinMakerAsync.getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest request,
AsyncHandler<GetPropertyValueHistoryRequest,GetPropertyValueHistoryResult> asyncHandler) |
Future<GetPropertyValueHistoryResult> |
AWSIoTTwinMakerAsync.getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest,
AsyncHandler<GetPropertyValueHistoryRequest,GetPropertyValueHistoryResult> asyncHandler)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
Future<GetPropertyValueHistoryResult> |
AWSIoTTwinMakerAsyncClient.getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest request,
AsyncHandler<GetPropertyValueHistoryRequest,GetPropertyValueHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.clone() |
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.withNextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.withPropertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResult |
GetPropertyValueHistoryResult.withPropertyValues(PropertyValueHistory... propertyValues)
An object that maps strings to the property definitions in the component type.
|
Copyright © 2023. All rights reserved.