| 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> |
GetPredictionResult.getRuleResults()
The rule results in the prediction.
|
List<RuleResult> |
GetEventPredictionResult.getRuleResults()
The results.
|
| Modifier and Type | Method and Description |
|---|---|
GetPredictionResult |
GetPredictionResult.withRuleResults(RuleResult... ruleResults)
The rule results in the prediction.
|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(RuleResult... ruleResults)
The results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPredictionResult.setRuleResults(Collection<RuleResult> ruleResults)
The rule results in the prediction.
|
void |
GetEventPredictionResult.setRuleResults(Collection<RuleResult> ruleResults)
The results.
|
GetPredictionResult |
GetPredictionResult.withRuleResults(Collection<RuleResult> ruleResults)
The rule results in the prediction.
|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(Collection<RuleResult> ruleResults)
The results.
|
Copyright © 2020. All rights reserved.