| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
UpdateRuleVersionResponse.rule()
The new rule version that was created.
|
Rule |
CreateRuleResponse.rule()
The created rule.
|
Rule |
UpdateRuleMetadataRequest.rule()
The rule to update.
|
Rule |
DeleteRuleRequest.rule()
Returns the value of the Rule property for this object.
|
Rule |
UpdateRuleVersionRequest.rule()
The rule to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
GetDetectorVersionResponse.rules()
The rules included in the detector version.
|
List<Rule> |
UpdateDetectorVersionRequest.rules()
The rules to include in the detector version.
|
List<Rule> |
CreateDetectorVersionRequest.rules()
The rules to include in the detector version.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleVersionResponse.Builder |
UpdateRuleVersionResponse.Builder.rule(Rule rule)
The new rule version that was created.
|
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.rule(Rule rule)
The created rule.
|
UpdateRuleMetadataRequest.Builder |
UpdateRuleMetadataRequest.Builder.rule(Rule rule)
The rule to update.
|
DeleteRuleRequest.Builder |
DeleteRuleRequest.Builder.rule(Rule rule)
Sets the value of the Rule property for this object.
|
UpdateRuleVersionRequest.Builder |
UpdateRuleVersionRequest.Builder.rule(Rule rule)
The rule to update.
|
GetDetectorVersionResponse.Builder |
GetDetectorVersionResponse.Builder.rules(Rule... rules)
The rules included in the detector version.
|
UpdateDetectorVersionRequest.Builder |
UpdateDetectorVersionRequest.Builder.rules(Rule... rules)
The rules to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
CreateDetectorVersionRequest.Builder.rules(Rule... rules)
The rules to include in the detector version.
|
| Modifier and Type | Method and Description |
|---|---|
GetDetectorVersionResponse.Builder |
GetDetectorVersionResponse.Builder.rules(Collection<Rule> rules)
The rules included in the detector version.
|
UpdateDetectorVersionRequest.Builder |
UpdateDetectorVersionRequest.Builder.rules(Collection<Rule> rules)
The rules to include in the detector version.
|
CreateDetectorVersionRequest.Builder |
CreateDetectorVersionRequest.Builder.rules(Collection<Rule> rules)
The rules to include in the detector version.
|
Copyright © 2023. All rights reserved.