Uses of Enum
software.amazon.awscdk.services.iotevents.alpha.EventEvaluation
Package
Description
AWS::IoTEvents Construct Library
-
Uses of EventEvaluation in software.amazon.awscdk.services.iotevents.alpha
Modifier and TypeMethodDescriptiondefault EventEvaluation
DetectorModelProps.getEvaluationMethod()
(experimental) Information about the order in which events are evaluated and how actions are executed.final EventEvaluation
DetectorModelProps.Jsii$Proxy.getEvaluationMethod()
static EventEvaluation
Returns the enum constant of this type with the specified name.static EventEvaluation[]
EventEvaluation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDetectorModel.Builder.evaluationMethod
(EventEvaluation evaluationMethod) (experimental) Information about the order in which events are evaluated and how actions are executed.DetectorModelProps.Builder.evaluationMethod
(EventEvaluation evaluationMethod) Sets the value ofDetectorModelProps.getEvaluationMethod()