| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
UpdateRuleVersionResult.getRule()
The new rule version that was created.
|
Rule |
UpdateRuleVersionRequest.getRule()
The rule to update.
|
Rule |
UpdateRuleMetadataRequest.getRule()
The rule to update.
|
Rule |
CreateRuleResult.getRule()
The created rule.
|
Rule |
DeleteRuleRequest.getRule() |
Rule |
Rule.withDetectorId(String detectorId)
The detector for which the rule is associated.
|
Rule |
Rule.withRuleId(String ruleId)
The rule ID.
|
Rule |
Rule.withRuleVersion(String ruleVersion)
The rule version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
UpdateDetectorVersionRequest.getRules()
The rules to include in the detector version.
|
List<Rule> |
GetDetectorVersionResult.getRules()
The rules included in the detector version.
|
List<Rule> |
CreateDetectorVersionRequest.getRules()
The rules to include in the detector version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuleVersionResult.setRule(Rule rule)
The new rule version that was created.
|
void |
UpdateRuleVersionRequest.setRule(Rule rule)
The rule to update.
|
void |
UpdateRuleMetadataRequest.setRule(Rule rule)
The rule to update.
|
void |
CreateRuleResult.setRule(Rule rule)
The created rule.
|
void |
DeleteRuleRequest.setRule(Rule rule) |
UpdateRuleVersionResult |
UpdateRuleVersionResult.withRule(Rule rule)
The new rule version that was created.
|
UpdateRuleVersionRequest |
UpdateRuleVersionRequest.withRule(Rule rule)
The rule to update.
|
UpdateRuleMetadataRequest |
UpdateRuleMetadataRequest.withRule(Rule rule)
The rule to update.
|
CreateRuleResult |
CreateRuleResult.withRule(Rule rule)
The created rule.
|
DeleteRuleRequest |
DeleteRuleRequest.withRule(Rule rule) |
UpdateDetectorVersionRequest |
UpdateDetectorVersionRequest.withRules(Rule... rules)
The rules to include in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRules(Rule... rules)
The rules included in the detector version.
|
CreateDetectorVersionRequest |
CreateDetectorVersionRequest.withRules(Rule... rules)
The rules to include in the detector version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDetectorVersionRequest.setRules(Collection<Rule> rules)
The rules to include in the detector version.
|
void |
GetDetectorVersionResult.setRules(Collection<Rule> rules)
The rules included in the detector version.
|
void |
CreateDetectorVersionRequest.setRules(Collection<Rule> rules)
The rules to include in the detector version.
|
UpdateDetectorVersionRequest |
UpdateDetectorVersionRequest.withRules(Collection<Rule> rules)
The rules to include in the detector version.
|
GetDetectorVersionResult |
GetDetectorVersionResult.withRules(Collection<Rule> rules)
The rules included in the detector version.
|
CreateDetectorVersionRequest |
CreateDetectorVersionRequest.withRules(Collection<Rule> rules)
The rules to include in the detector version.
|
Copyright © 2025. All rights reserved.