| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPropertyValueHistoryResult> |
AbstractAWSIoTTwinMakerAsync.getPropertyValueHistoryAsync(GetPropertyValueHistoryRequest request,
AsyncHandler<GetPropertyValueHistoryRequest,GetPropertyValueHistoryResult> asyncHandler) |
Future<GetPropertyValueHistoryResult> |
AWSIoTTwinMakerAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.clone() |
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withComponentName(String componentName)
The name of the component.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withComponentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withComponentTypeId(String componentTypeId)
The ID of the component type.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withEndDateTime(Date endDateTime)
Deprecated.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withEndTime(String endTime)
The ISO8601 DateTime of the latest property value to return.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withEntityId(String entityId)
The ID of the entity.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withOrderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withOrderByTime(String orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withPropertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withSelectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withSelectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withStartDateTime(Date startDateTime)
Deprecated.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withStartTime(String startTime)
The ISO8601 DateTime of the earliest property value to return.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2025. All rights reserved.