| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.fromValue(String value)
Use this in place of valueOf.
|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleRequest |
CreateRuleRequest.withLanguage(Language language)
The language of the rule.
|
RuleDetail |
RuleDetail.withLanguage(Language language)
The rule language.
|
UpdateRuleVersionRequest |
UpdateRuleVersionRequest.withLanguage(Language language)
The language.
|
Copyright © 2021. All rights reserved.