| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationMethod |
EvaluationMethod.fromValue(String value)
Use this in place of valueOf.
|
static EvaluationMethod |
EvaluationMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDetectorModelRequest |
UpdateDetectorModelRequest.withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
CreateDetectorModelRequest |
CreateDetectorModelRequest.withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary |
DetectorModelVersionSummary.withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelConfiguration |
DetectorModelConfiguration.withEvaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
Copyright © 2024. All rights reserved.