| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
RuleResult |
RuleResult.clone() |
RuleResult |
RuleResult.withOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
RuleResult |
RuleResult.withOutcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
RuleResult |
RuleResult.withRuleId(String ruleId)
The rule ID that was matched, based on the rule execution mode.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleResult> |
GetEventPredictionResult.getRuleResults()
The results from the rules.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(RuleResult... ruleResults)
The results from the rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventPredictionResult.setRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(Collection<RuleResult> ruleResults)
The results from the rules.
|
Copyright © 2022. All rights reserved.