Uses of Class
software.amazon.awssdk.services.frauddetector.paginators.GetBatchPredictionJobsIterable
-
Packages that use GetBatchPredictionJobsIterable Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of GetBatchPredictionJobsIterable in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetBatchPredictionJobsIterable Modifier and Type Method Description default GetBatchPredictionJobsIterableFraudDetectorClient. getBatchPredictionJobsPaginator(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.default GetBatchPredictionJobsIterableFraudDetectorClient. getBatchPredictionJobsPaginator(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.
-