Uses of Class
software.amazon.awssdk.services.iot.model.StatisticalThreshold
-
Packages that use StatisticalThreshold Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StatisticalThreshold in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return StatisticalThreshold Modifier and Type Method Description StatisticalThresholdBehaviorCriteria. statisticalThreshold()A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.Methods in software.amazon.awssdk.services.iot.model with parameters of type StatisticalThreshold Modifier and Type Method Description BehaviorCriteria.BuilderBehaviorCriteria.Builder. statisticalThreshold(StatisticalThreshold statisticalThreshold)A statistical ranking (percentile)that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
-