| 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<GetAssetPropertyAggregatesResult> |
AWSIoTSiteWiseAsyncClient.getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest request,
AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler) |
Future<GetAssetPropertyAggregatesResult> |
AWSIoTSiteWiseAsync.getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest,
AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler)
Gets aggregated values for an asset property.
|
Future<GetAssetPropertyAggregatesResult> |
AbstractAWSIoTSiteWiseAsync.getAssetPropertyAggregatesAsync(GetAssetPropertyAggregatesRequest request,
AsyncHandler<GetAssetPropertyAggregatesRequest,GetAssetPropertyAggregatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.clone() |
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withAggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withAggregateTypes(String... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withAssetId(String assetId)
The ID of the asset, in UUID format.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.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). |
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withPropertyId(String propertyId)
The ID of the asset property, in UUID format.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withQualities(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withResolution(String resolution)
The time interval over which to aggregate data.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withTimeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
Copyright © 2024. All rights reserved.