| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRuleResponse |
FraudDetectorClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a rule for use with the specified detector.
|
default CreateRuleResponse |
FraudDetectorClient.createRule(CreateRuleRequest createRuleRequest)
Creates a rule for use with the specified detector.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateRuleResponse> |
FraudDetectorAsyncClient.createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)
Creates a rule for use with the specified detector.
|
default CompletableFuture<CreateRuleResponse> |
FraudDetectorAsyncClient.createRule(CreateRuleRequest createRuleRequest)
Creates a rule for use with the specified detector.
|
Copyright © 2021. All rights reserved.