| 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 |
|---|---|
GetEventPredictionMetadataResult |
AbstractAmazonFraudDetector.getEventPredictionMetadata(GetEventPredictionMetadataRequest request) |
GetEventPredictionMetadataResult |
AmazonFraudDetector.getEventPredictionMetadata(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
GetEventPredictionMetadataResult |
AmazonFraudDetectorClient.getEventPredictionMetadata(GetEventPredictionMetadataRequest request)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
Future<GetEventPredictionMetadataResult> |
AmazonFraudDetectorAsyncClient.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest request) |
Future<GetEventPredictionMetadataResult> |
AbstractAmazonFraudDetectorAsync.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest request) |
Future<GetEventPredictionMetadataResult> |
AmazonFraudDetectorAsync.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
Future<GetEventPredictionMetadataResult> |
AmazonFraudDetectorAsyncClient.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest request,
AsyncHandler<GetEventPredictionMetadataRequest,GetEventPredictionMetadataResult> asyncHandler) |
Future<GetEventPredictionMetadataResult> |
AbstractAmazonFraudDetectorAsync.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest request,
AsyncHandler<GetEventPredictionMetadataRequest,GetEventPredictionMetadataResult> asyncHandler) |
Future<GetEventPredictionMetadataResult> |
AmazonFraudDetectorAsync.getEventPredictionMetadataAsync(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest,
AsyncHandler<GetEventPredictionMetadataRequest,GetEventPredictionMetadataResult> asyncHandler)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.clone() |
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.withDetectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.withEventId(String eventId)
The event ID.
|
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.withEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionMetadataRequest |
GetEventPredictionMetadataRequest.withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
Copyright © 2024. All rights reserved.