| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorCriteria |
BehaviorCriteria.clone() |
BehaviorCriteria |
Behavior.getCriteria()
The criteria that determine if a device is behaving normally in regard to the
metric. |
BehaviorCriteria |
BehaviorCriteria.withComparisonOperator(ComparisonOperator comparisonOperator)
The operator that relates the thing measured (
metric) to the criteria (containing a
value or statisticalThreshold). |
BehaviorCriteria |
BehaviorCriteria.withComparisonOperator(String comparisonOperator)
The operator that relates the thing measured (
metric) to the criteria (containing a
value or statisticalThreshold). |
BehaviorCriteria |
BehaviorCriteria.withConsecutiveDatapointsToAlarm(Integer consecutiveDatapointsToAlarm)
If a device is in violation of the behavior for the specified number of consecutive datapoints, an alarm occurs.
|
BehaviorCriteria |
BehaviorCriteria.withConsecutiveDatapointsToClear(Integer consecutiveDatapointsToClear)
If an alarm has occurred and the offending device is no longer in violation of the behavior for the specified
number of consecutive datapoints, the alarm is cleared.
|
BehaviorCriteria |
BehaviorCriteria.withDurationSeconds(Integer durationSeconds)
Use this to specify the time duration over which the behavior is evaluated, for those criteria that have a time
dimension (for example,
NUM_MESSAGES_SENT). |
BehaviorCriteria |
BehaviorCriteria.withMlDetectionConfig(MachineLearningDetectionConfig mlDetectionConfig)
The configuration of an ML Detect
|
BehaviorCriteria |
BehaviorCriteria.withStatisticalThreshold(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.
|
BehaviorCriteria |
BehaviorCriteria.withValue(MetricValue value)
The value to be compared with the
metric. |
| Modifier and Type | Method and Description |
|---|---|
void |
Behavior.setCriteria(BehaviorCriteria criteria)
The criteria that determine if a device is behaving normally in regard to the
metric. |
Behavior |
Behavior.withCriteria(BehaviorCriteria criteria)
The criteria that determine if a device is behaving normally in regard to the
metric. |
Copyright © 2023. All rights reserved.