| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default SendEventResponse |
FraudDetectorClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
default SendEventResponse |
FraudDetectorClient.sendEvent(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendEventResponse> |
FraudDetectorAsyncClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
default CompletableFuture<SendEventResponse> |
FraudDetectorAsyncClient.sendEvent(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
Copyright © 2023. All rights reserved.