| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetRulesResponse |
FraudDetectorClient.getRules(Consumer<GetRulesRequest.Builder> getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default GetRulesResponse |
FraudDetectorClient.getRules(GetRulesRequest getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRulesResponse> |
FraudDetectorAsyncClient.getRules(Consumer<GetRulesRequest.Builder> getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
default CompletableFuture<GetRulesResponse> |
FraudDetectorAsyncClient.getRules(GetRulesRequest getRulesRequest)
Get all rules for a detector (paginated) if
ruleId and ruleVersion are not specified. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetRulesResponse> |
GetRulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRulesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetRulesResponse> subscriber) |
Copyright © 2023. All rights reserved.