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