| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
RuleDetail |
RuleDetail.clone() |
RuleDetail |
RuleDetail.withArn(String arn)
The rule ARN.
|
RuleDetail |
RuleDetail.withCreatedTime(String createdTime)
The timestamp of when the rule was created.
|
RuleDetail |
RuleDetail.withDescription(String description)
The rule description.
|
RuleDetail |
RuleDetail.withDetectorId(String detectorId)
The detector for which the rule is associated.
|
RuleDetail |
RuleDetail.withExpression(String expression)
The rule expression.
|
RuleDetail |
RuleDetail.withLanguage(Language language)
The rule language.
|
RuleDetail |
RuleDetail.withLanguage(String language)
The rule language.
|
RuleDetail |
RuleDetail.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of the last time the rule was updated.
|
RuleDetail |
RuleDetail.withOutcomes(Collection<String> outcomes)
The rule outcomes.
|
RuleDetail |
RuleDetail.withOutcomes(String... outcomes)
The rule outcomes.
|
RuleDetail |
RuleDetail.withRuleId(String ruleId)
The rule ID.
|
RuleDetail |
RuleDetail.withRuleVersion(String ruleVersion)
The rule version.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleDetail> |
GetRulesResult.getRuleDetails()
The details of the requested rule.
|
| Modifier and Type | Method and Description |
|---|---|
GetRulesResult |
GetRulesResult.withRuleDetails(RuleDetail... ruleDetails)
The details of the requested rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRulesResult.setRuleDetails(Collection<RuleDetail> ruleDetails)
The details of the requested rule.
|
GetRulesResult |
GetRulesResult.withRuleDetails(Collection<RuleDetail> ruleDetails)
The details of the requested rule.
|
Copyright © 2024. All rights reserved.