| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssetPropertyValueHistoryResult> |
AWSIoTSiteWiseAsyncClient.getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest request,
AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler) |
Future<GetAssetPropertyValueHistoryResult> |
AWSIoTSiteWiseAsync.getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest,
AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler)
Gets the history of an asset property's values.
|
Future<GetAssetPropertyValueHistoryResult> |
AbstractAWSIoTSiteWiseAsync.getAssetPropertyValueHistoryAsync(GetAssetPropertyValueHistoryRequest request,
AsyncHandler<GetAssetPropertyValueHistoryRequest,GetAssetPropertyValueHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.clone() |
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withAssetId(String assetId)
The ID of the asset.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withPropertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withPropertyId(String propertyId)
The ID of the asset property.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withQualities(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withTimeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
Copyright © 2022. All rights reserved.