Uses of Class
software.amazon.awssdk.services.iotsitewise.model.Quality
-
Packages that use Quality Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Quality in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Quality Modifier and Type Method Description static QualityQuality. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QualityAggregatedValue. quality()The quality of the aggregated data.QualityAssetPropertyValue. quality()The quality of the asset property value.QualityGetInterpolatedAssetPropertyValuesRequest. quality()The quality of the asset property value.static QualityQuality. 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.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Quality Modifier and Type Method Description static Set<Quality>Quality. knownValues()List<Quality>BatchGetAssetPropertyAggregatesEntry. qualities()The quality by which to filter asset data.List<Quality>BatchGetAssetPropertyValueHistoryEntry. qualities()The quality by which to filter asset data.List<Quality>GetAssetPropertyAggregatesRequest. qualities()The quality by which to filter asset data.List<Quality>GetAssetPropertyValueHistoryRequest. qualities()The quality by which to filter asset data.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type Quality Modifier and Type Method Description BatchGetAssetPropertyAggregatesEntry.BuilderBatchGetAssetPropertyAggregatesEntry.Builder. qualities(Quality... qualities)The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.BuilderBatchGetAssetPropertyValueHistoryEntry.Builder. qualities(Quality... qualities)The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.BuilderGetAssetPropertyAggregatesRequest.Builder. qualities(Quality... qualities)The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.BuilderGetAssetPropertyValueHistoryRequest.Builder. qualities(Quality... qualities)The quality by which to filter asset data.AggregatedValue.BuilderAggregatedValue.Builder. quality(Quality quality)The quality of the aggregated data.AssetPropertyValue.BuilderAssetPropertyValue.Builder. quality(Quality quality)The quality of the asset property value.GetInterpolatedAssetPropertyValuesRequest.BuilderGetInterpolatedAssetPropertyValuesRequest.Builder. quality(Quality quality)The quality of the asset property value.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Quality Modifier and Type Method Description BatchGetAssetPropertyAggregatesEntry.BuilderBatchGetAssetPropertyAggregatesEntry.Builder. qualities(Collection<Quality> qualities)The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.BuilderBatchGetAssetPropertyValueHistoryEntry.Builder. qualities(Collection<Quality> qualities)The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.BuilderGetAssetPropertyAggregatesRequest.Builder. qualities(Collection<Quality> qualities)The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.BuilderGetAssetPropertyValueHistoryRequest.Builder. qualities(Collection<Quality> qualities)The quality by which to filter asset data.
-