| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleRuleEvaluation |
SimpleRuleEvaluation.clone() |
SimpleRuleEvaluation |
RuleEvaluation.getSimpleRuleEvaluation()
Information needed to compare two values with a comparison operator.
|
SimpleRuleEvaluation |
SimpleRuleEvaluation.withInputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
|
SimpleRuleEvaluation |
SimpleRuleEvaluation.withOperator(ComparisonOperator operator)
The comparison operator.
|
SimpleRuleEvaluation |
SimpleRuleEvaluation.withOperator(String operator)
The comparison operator.
|
SimpleRuleEvaluation |
SimpleRuleEvaluation.withThresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEvaluation.setSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
RuleEvaluation |
RuleEvaluation.withSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
Copyright © 2023. All rights reserved.