| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.clone() |
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withAggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withAggregateTypes(Collection<String> aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withAggregateTypes(String... aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withAssetId(String assetId)
The ID of the asset in which the asset property was created.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withEndDate(Date endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withEntryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.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). |
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withPropertyId(String propertyId)
The ID of the asset property.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withQualities(Collection<String> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withQualities(String... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withResolution(String resolution)
The time interval over which to aggregate data.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withStartDate(Date startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withTimeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withTimeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetAssetPropertyAggregatesEntry> |
BatchGetAssetPropertyAggregatesRequest.getEntries()
The list of asset property aggregate entries for the batch get request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesRequest |
BatchGetAssetPropertyAggregatesRequest.withEntries(BatchGetAssetPropertyAggregatesEntry... entries)
The list of asset property aggregate entries for the batch get request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAssetPropertyAggregatesRequest.setEntries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)
The list of asset property aggregate entries for the batch get request.
|
BatchGetAssetPropertyAggregatesRequest |
BatchGetAssetPropertyAggregatesRequest.withEntries(Collection<BatchGetAssetPropertyAggregatesEntry> entries)
The list of asset property aggregate entries for the batch get request.
|
Copyright © 2023. All rights reserved.