| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static Quality |
Quality.fromValue(String value)
Use this in place of valueOf.
|
static Quality |
Quality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quality[] |
Quality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistoryEntry |
BatchGetAssetPropertyValueHistoryEntry.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry |
BatchGetAssetPropertyAggregatesEntry.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest |
GetAssetPropertyAggregatesRequest.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest |
GetAssetPropertyValueHistoryRequest.withQualities(Quality... qualities)
The quality by which to filter asset data.
|
GetInterpolatedAssetPropertyValuesRequest |
GetInterpolatedAssetPropertyValuesRequest.withQuality(Quality quality)
The quality of the asset property value.
|
AggregatedValue |
AggregatedValue.withQuality(Quality quality)
The quality of the aggregated data.
|
AssetPropertyValue |
AssetPropertyValue.withQuality(Quality quality)
The quality of the asset property value.
|
Copyright © 2022. All rights reserved.