Uses of Class
software.amazon.awssdk.services.iotevents.model.SimpleRule
-
Packages that use SimpleRule Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SimpleRule in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SimpleRule Modifier and Type Method Description SimpleRuleAlarmRule. simpleRule()A rule that compares an input property value to a threshold value with a comparison operator.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type SimpleRule Modifier and Type Method Description AlarmRule.BuilderAlarmRule.Builder. simpleRule(SimpleRule simpleRule)A rule that compares an input property value to a threshold value with a comparison operator.
-