| 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 |
|---|---|
GetBatchPredictionJobsResult |
AmazonFraudDetectorClient.getBatchPredictionJobs(GetBatchPredictionJobsRequest request)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
GetBatchPredictionJobsResult |
AbstractAmazonFraudDetector.getBatchPredictionJobs(GetBatchPredictionJobsRequest request) |
GetBatchPredictionJobsResult |
AmazonFraudDetector.getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBatchPredictionJobsResult> |
AbstractAmazonFraudDetectorAsync.getBatchPredictionJobsAsync(GetBatchPredictionJobsRequest request,
AsyncHandler<GetBatchPredictionJobsRequest,GetBatchPredictionJobsResult> asyncHandler) |
Future<GetBatchPredictionJobsResult> |
AmazonFraudDetectorAsyncClient.getBatchPredictionJobsAsync(GetBatchPredictionJobsRequest request,
AsyncHandler<GetBatchPredictionJobsRequest,GetBatchPredictionJobsResult> asyncHandler) |
Future<GetBatchPredictionJobsResult> |
AmazonFraudDetectorAsync.getBatchPredictionJobsAsync(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest,
AsyncHandler<GetBatchPredictionJobsRequest,GetBatchPredictionJobsResult> asyncHandler)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.clone() |
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.withBatchPredictions(BatchPrediction... batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.withBatchPredictions(Collection<BatchPrediction> batchPredictions)
An array containing the details of each batch prediction job.
|
GetBatchPredictionJobsResult |
GetBatchPredictionJobsResult.withNextToken(String nextToken)
The next token for the subsequent request.
|
Copyright © 2021. All rights reserved.