| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleExecutionMode |
RuleExecutionMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleExecutionMode |
GetDetectorVersionResponse.ruleExecutionMode()
The execution mode of the rule in the dectector
|
RuleExecutionMode |
GetEventPredictionMetadataResponse.ruleExecutionMode()
The execution mode of the rule used for evaluating variable values.
|
RuleExecutionMode |
UpdateDetectorVersionRequest.ruleExecutionMode()
The rule execution mode to add to the detector.
|
RuleExecutionMode |
CreateDetectorVersionRequest.ruleExecutionMode()
The rule execution mode for the rules included in the detector version.
|
static RuleExecutionMode |
RuleExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleExecutionMode[] |
RuleExecutionMode.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<RuleExecutionMode> |
RuleExecutionMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorVersionResponse.Builder |
GetDetectorVersionResponse.Builder.ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetEventPredictionMetadataResponse.Builder |
GetEventPredictionMetadataResponse.Builder.ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
UpdateDetectorVersionRequest.Builder |
UpdateDetectorVersionRequest.Builder.ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode to add to the detector.
|
CreateDetectorVersionRequest.Builder |
CreateDetectorVersionRequest.Builder.ruleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode for the rules included in the detector version.
|
Copyright © 2023. All rights reserved.