| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationMethod |
CreateDetectorModelRequest.evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
EvaluationMethod |
DetectorModelConfiguration.evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
EvaluationMethod |
DetectorModelVersionSummary.evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
EvaluationMethod |
UpdateDetectorModelRequest.evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
static EvaluationMethod |
EvaluationMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EvaluationMethod> |
EvaluationMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorModelRequest.Builder |
CreateDetectorModelRequest.Builder.evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelConfiguration.Builder |
DetectorModelConfiguration.Builder.evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelVersionSummary.Builder |
DetectorModelVersionSummary.Builder.evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
UpdateDetectorModelRequest.Builder |
UpdateDetectorModelRequest.Builder.evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
Copyright © 2022. All rights reserved.