Uses of Interface
software.amazon.awssdk.services.iot.model.StatisticalThreshold.Builder
-
Packages that use StatisticalThreshold.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StatisticalThreshold.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return StatisticalThreshold.Builder Modifier and Type Method Description static StatisticalThreshold.BuilderStatisticalThreshold. builder()StatisticalThreshold.BuilderStatisticalThreshold.Builder. statistic(String statistic)The percentile that resolves to a threshold value by which compliance with a behavior is determined.StatisticalThreshold.BuilderStatisticalThreshold. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type StatisticalThreshold.Builder Modifier and Type Method Description static Class<? extends StatisticalThreshold.Builder>StatisticalThreshold. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type StatisticalThreshold.Builder Modifier and Type Method Description default BehaviorCriteria.BuilderBehaviorCriteria.Builder. statisticalThreshold(Consumer<StatisticalThreshold.Builder> 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.
-