| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotevents |
AWS::IoTEvents Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default EventEvaluation |
DetectorModelProps.getEvaluationMethod()
(experimental) Information about the order in which events are evaluated and how actions are executed.
|
EventEvaluation |
DetectorModelProps.Jsii$Proxy.getEvaluationMethod() |
static EventEvaluation |
EventEvaluation.valueOf(String name)
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 Type | Method and Description |
|---|---|
DetectorModelProps.Builder |
DetectorModelProps.Builder.evaluationMethod(EventEvaluation evaluationMethod)
Sets the value of
DetectorModelProps.getEvaluationMethod() |
DetectorModel.Builder |
DetectorModel.Builder.evaluationMethod(EventEvaluation evaluationMethod)
(experimental) Information about the order in which events are evaluated and how actions are executed.
|
Copyright © 2022. All rights reserved.