| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleExecutionMode |
RuleExecutionMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateDetectorVersionRequest |
CreateDetectorVersionRequest.withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode for the rules included in the detector version.
|
UpdateDetectorVersionRequest |
UpdateDetectorVersionRequest.withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The rule execution mode to add to the detector.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
|
Copyright © 2021. All rights reserved.