Uses of Class
software.amazon.awssdk.services.iotevents.model.EvaluationMethod
-
Packages that use EvaluationMethod Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of EvaluationMethod in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return EvaluationMethod Modifier and Type Method Description EvaluationMethodCreateDetectorModelRequest. evaluationMethod()Information about the order in which events are evaluated and how actions are executed.EvaluationMethodDetectorModelConfiguration. evaluationMethod()Information about the order in which events are evaluated and how actions are executed.EvaluationMethodDetectorModelVersionSummary. evaluationMethod()Information about the order in which events are evaluated and how actions are executed.EvaluationMethodUpdateDetectorModelRequest. evaluationMethod()Information about the order in which events are evaluated and how actions are executed.static EvaluationMethodEvaluationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EvaluationMethodEvaluationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationMethod[]EvaluationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type EvaluationMethod Modifier and Type Method Description static Set<EvaluationMethod>EvaluationMethod. knownValues()Methods in software.amazon.awssdk.services.iotevents.model with parameters of type EvaluationMethod Modifier and Type Method Description CreateDetectorModelRequest.BuilderCreateDetectorModelRequest.Builder. evaluationMethod(EvaluationMethod evaluationMethod)Information about the order in which events are evaluated and how actions are executed.DetectorModelConfiguration.BuilderDetectorModelConfiguration.Builder. evaluationMethod(EvaluationMethod evaluationMethod)Information about the order in which events are evaluated and how actions are executed.DetectorModelVersionSummary.BuilderDetectorModelVersionSummary.Builder. evaluationMethod(EvaluationMethod evaluationMethod)Information about the order in which events are evaluated and how actions are executed.UpdateDetectorModelRequest.BuilderUpdateDetectorModelRequest.Builder. evaluationMethod(EvaluationMethod evaluationMethod)Information about the order in which events are evaluated and how actions are executed.
-