| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluatedRule |
EvaluatedRule.clone() |
EvaluatedRule |
EvaluatedRule.withEvaluated(Boolean evaluated)
Indicates whether the rule was evaluated.
|
EvaluatedRule |
EvaluatedRule.withExpression(String expression)
The rule expression.
|
EvaluatedRule |
EvaluatedRule.withExpressionWithValues(String expressionWithValues)
The rule expression value.
|
EvaluatedRule |
EvaluatedRule.withMatched(Boolean matched)
Indicates whether the rule matched.
|
EvaluatedRule |
EvaluatedRule.withOutcomes(Collection<String> outcomes)
The rule outcome.
|
EvaluatedRule |
EvaluatedRule.withOutcomes(String... outcomes)
The rule outcome.
|
EvaluatedRule |
EvaluatedRule.withRuleId(String ruleId)
The rule ID.
|
EvaluatedRule |
EvaluatedRule.withRuleVersion(String ruleVersion)
The rule version.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluatedRule> |
GetEventPredictionMetadataResult.getRules()
List of rules associated with the detector version that were used for evaluating variable values.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRules(EvaluatedRule... rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventPredictionMetadataResult.setRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
Copyright © 2022. All rights reserved.