| 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<ListEventPredictionsResult> |
AbstractAmazonFraudDetectorAsync.listEventPredictionsAsync(ListEventPredictionsRequest request,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler) |
Future<ListEventPredictionsResult> |
AmazonFraudDetectorAsync.listEventPredictionsAsync(ListEventPredictionsRequest listEventPredictionsRequest,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler)
Gets a list of past predictions.
|
Future<ListEventPredictionsResult> |
AmazonFraudDetectorAsyncClient.listEventPredictionsAsync(ListEventPredictionsRequest request,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventPredictionsRequest |
ListEventPredictionsRequest.clone() |
ListEventPredictionsRequest |
ListEventPredictionsRequest.withDetectorId(FilterCondition detectorId)
The detector ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withEventId(FilterCondition eventId)
The event ID.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withEventType(FilterCondition eventType)
The event type associated with the detector.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withMaxResults(Integer maxResults)
The maximum number of predictions to return for the request.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListEventPredictionsRequest |
ListEventPredictionsRequest.withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
|
Copyright © 2025. All rights reserved.