| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleRule |
SimpleRule.clone() |
SimpleRule |
AlarmRule.getSimpleRule()
A rule that compares an input property value to a threshold value with a comparison operator.
|
SimpleRule |
SimpleRule.withComparisonOperator(ComparisonOperator comparisonOperator)
The comparison operator.
|
SimpleRule |
SimpleRule.withComparisonOperator(String comparisonOperator)
The comparison operator.
|
SimpleRule |
SimpleRule.withInputProperty(String inputProperty)
The value on the left side of the comparison operator.
|
SimpleRule |
SimpleRule.withThreshold(String threshold)
The value on the right side of the comparison operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmRule.setSimpleRule(SimpleRule simpleRule)
A rule that compares an input property value to a threshold value with a comparison operator.
|
AlarmRule |
AlarmRule.withSimpleRule(SimpleRule simpleRule)
A rule that compares an input property value to a threshold value with a comparison operator.
|
Copyright © 2025. All rights reserved.