| 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 |
|---|---|
ListEventPredictionsResult |
AmazonFraudDetectorClient.listEventPredictions(ListEventPredictionsRequest request)
Gets a list of past predictions.
|
ListEventPredictionsResult |
AbstractAmazonFraudDetector.listEventPredictions(ListEventPredictionsRequest request) |
ListEventPredictionsResult |
AmazonFraudDetector.listEventPredictions(ListEventPredictionsRequest listEventPredictionsRequest)
Gets a list of past predictions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventPredictionsResult> |
AbstractAmazonFraudDetectorAsync.listEventPredictionsAsync(ListEventPredictionsRequest request,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler) |
Future<ListEventPredictionsResult> |
AmazonFraudDetectorAsyncClient.listEventPredictionsAsync(ListEventPredictionsRequest request,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler) |
Future<ListEventPredictionsResult> |
AmazonFraudDetectorAsync.listEventPredictionsAsync(ListEventPredictionsRequest listEventPredictionsRequest,
AsyncHandler<ListEventPredictionsRequest,ListEventPredictionsResult> asyncHandler)
Gets a list of past predictions.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventPredictionsResult |
ListEventPredictionsResult.clone() |
ListEventPredictionsResult |
ListEventPredictionsResult.withEventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResult |
ListEventPredictionsResult.withEventPredictionSummaries(EventPredictionSummary... eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResult |
ListEventPredictionsResult.withNextToken(String nextToken)
Identifies the next page of results to return.
|
Copyright © 2024. All rights reserved.