| 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 (value). |
BehaviorCriteria |
BehaviorCriteria.withComparisonOperator(String comparisonOperator)
The operator that relates the thing measured (
metric) to the criteria (value). |
BehaviorCriteria |
BehaviorCriteria.withDurationSeconds(Integer durationSeconds)
Use this to specify the period of time over which the behavior is evaluated, for those criteria which have a time
dimension (for example,
NUM_MESSAGES_SENT). |
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 © 2018. All rights reserved.