| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static StatisticalThreshold.Builder |
StatisticalThreshold.builder() |
StatisticalThreshold.Builder |
StatisticalThreshold.Builder.statistic(String statistic)
The percentile that resolves to a threshold value by which compliance with a behavior is determined.
|
StatisticalThreshold.Builder |
StatisticalThreshold.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatisticalThreshold.Builder> |
StatisticalThreshold.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BehaviorCriteria.Builder |
BehaviorCriteria.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.
|
Copyright © 2022. All rights reserved.