| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetBatchPredictionJobsResponse |
FraudDetectorClient.getBatchPredictionJobs(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default GetBatchPredictionJobsResponse |
FraudDetectorClient.getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBatchPredictionJobsResponse> |
FraudDetectorAsyncClient.getBatchPredictionJobs(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
default CompletableFuture<GetBatchPredictionJobsResponse> |
FraudDetectorAsyncClient.getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
Gets all batch prediction jobs or a specific job if you specify a job ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetBatchPredictionJobsResponse> |
GetBatchPredictionJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBatchPredictionJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetBatchPredictionJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.