| 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 |
|---|---|
GetEventPredictionResult |
AmazonFraudDetectorClient.getEventPrediction(GetEventPredictionRequest request)
Evaluates an event against a detector version.
|
GetEventPredictionResult |
AbstractAmazonFraudDetector.getEventPrediction(GetEventPredictionRequest request) |
GetEventPredictionResult |
AmazonFraudDetector.getEventPrediction(GetEventPredictionRequest getEventPredictionRequest)
Evaluates an event against a detector version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventPredictionResult> |
AbstractAmazonFraudDetectorAsync.getEventPredictionAsync(GetEventPredictionRequest request,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler) |
Future<GetEventPredictionResult> |
AmazonFraudDetectorAsyncClient.getEventPredictionAsync(GetEventPredictionRequest request,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler) |
Future<GetEventPredictionResult> |
AmazonFraudDetectorAsync.getEventPredictionAsync(GetEventPredictionRequest getEventPredictionRequest,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler)
Evaluates an event against a detector version.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionResult |
GetEventPredictionResult.clone() |
GetEventPredictionResult |
GetEventPredictionResult.withModelScores(Collection<ModelScores> modelScores)
The model scores.
|
GetEventPredictionResult |
GetEventPredictionResult.withModelScores(ModelScores... modelScores)
The model scores.
|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(Collection<RuleResult> ruleResults)
The results.
|
GetEventPredictionResult |
GetEventPredictionResult.withRuleResults(RuleResult... ruleResults)
The results.
|
Copyright © 2021. All rights reserved.