| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
SendEventResult |
AbstractAmazonFraudDetector.sendEvent(SendEventRequest request) |
SendEventResult |
AmazonFraudDetector.sendEvent(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
SendEventResult |
AmazonFraudDetectorClient.sendEvent(SendEventRequest request)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
Future<SendEventResult> |
AbstractAmazonFraudDetectorAsync.sendEventAsync(SendEventRequest request) |
Future<SendEventResult> |
AmazonFraudDetectorAsync.sendEventAsync(SendEventRequest sendEventRequest)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
Future<SendEventResult> |
AmazonFraudDetectorAsyncClient.sendEventAsync(SendEventRequest request) |
Future<SendEventResult> |
AbstractAmazonFraudDetectorAsync.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonFraudDetectorAsync.sendEventAsync(SendEventRequest sendEventRequest,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
Future<SendEventResult> |
AmazonFraudDetectorAsyncClient.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SendEventResult> |
AbstractAmazonFraudDetectorAsync.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonFraudDetectorAsync.sendEventAsync(SendEventRequest sendEventRequest,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
|
Future<SendEventResult> |
AmazonFraudDetectorAsyncClient.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.addEventVariablesEntry(String key,
String value)
Add a single EventVariables entry
|
SendEventRequest |
SendEventRequest.clearEventVariablesEntries()
Removes all the entries added into EventVariables.
|
SendEventRequest |
SendEventRequest.clone() |
SendEventRequest |
SendEventRequest.withAssignedLabel(String assignedLabel)
The label to associate with the event.
|
SendEventRequest |
SendEventRequest.withEntities(Collection<Entity> entities)
An array of entities.
|
SendEventRequest |
SendEventRequest.withEntities(Entity... entities)
An array of entities.
|
SendEventRequest |
SendEventRequest.withEventId(String eventId)
The event ID to upload.
|
SendEventRequest |
SendEventRequest.withEventTimestamp(String eventTimestamp)
The timestamp that defines when the event under evaluation occurred.
|
SendEventRequest |
SendEventRequest.withEventTypeName(String eventTypeName)
The event type name of the event.
|
SendEventRequest |
SendEventRequest.withEventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their
corresponding values for the event you are sending for evaluation.
|
SendEventRequest |
SendEventRequest.withLabelTimestamp(String labelTimestamp)
The timestamp associated with the label.
|
Copyright © 2025. All rights reserved.