| 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 |
|---|---|
Future<UpdateEventLabelResult> |
AbstractAmazonFraudDetectorAsync.updateEventLabelAsync(UpdateEventLabelRequest request,
AsyncHandler<UpdateEventLabelRequest,UpdateEventLabelResult> asyncHandler) |
Future<UpdateEventLabelResult> |
AmazonFraudDetectorAsync.updateEventLabelAsync(UpdateEventLabelRequest updateEventLabelRequest,
AsyncHandler<UpdateEventLabelRequest,UpdateEventLabelResult> asyncHandler)
Updates the specified event with a new label.
|
Future<UpdateEventLabelResult> |
AmazonFraudDetectorAsyncClient.updateEventLabelAsync(UpdateEventLabelRequest request,
AsyncHandler<UpdateEventLabelRequest,UpdateEventLabelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventLabelRequest |
UpdateEventLabelRequest.clone() |
UpdateEventLabelRequest |
UpdateEventLabelRequest.withAssignedLabel(String assignedLabel)
The new label to assign to the event.
|
UpdateEventLabelRequest |
UpdateEventLabelRequest.withEventId(String eventId)
The ID of the event associated with the label to update.
|
UpdateEventLabelRequest |
UpdateEventLabelRequest.withEventTypeName(String eventTypeName)
The event type of the event associated with the label to update.
|
UpdateEventLabelRequest |
UpdateEventLabelRequest.withLabelTimestamp(String labelTimestamp)
The timestamp associated with the label.
|
Copyright © 2025. All rights reserved.