| 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<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 |
|---|---|
GetBatchPredictionJobsRequest |
GetBatchPredictionJobsRequest.clone() |
GetBatchPredictionJobsRequest |
GetBatchPredictionJobsRequest.withJobId(String jobId)
The batch prediction job for which to get the details.
|
GetBatchPredictionJobsRequest |
GetBatchPredictionJobsRequest.withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetBatchPredictionJobsRequest |
GetBatchPredictionJobsRequest.withNextToken(String nextToken)
The next token from the previous request.
|
Copyright © 2024. All rights reserved.