Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetBatchPredictionJobsRequest
-
Packages that use GetBatchPredictionJobsRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators software.amazon.awssdk.services.frauddetector.transform -
-
Uses of GetBatchPredictionJobsRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetBatchPredictionJobsRequest Modifier and Type Method Description default CompletableFuture<GetBatchPredictionJobsResponse>FraudDetectorAsyncClient. getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.default GetBatchPredictionJobsResponseFraudDetectorClient. getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.default GetBatchPredictionJobsPublisherFraudDetectorAsyncClient. getBatchPredictionJobsPaginator(GetBatchPredictionJobsRequest 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. -
Uses of GetBatchPredictionJobsRequest in software.amazon.awssdk.services.frauddetector.paginators
Constructors in software.amazon.awssdk.services.frauddetector.paginators with parameters of type GetBatchPredictionJobsRequest Constructor Description GetBatchPredictionJobsIterable(FraudDetectorClient client, GetBatchPredictionJobsRequest firstRequest)GetBatchPredictionJobsPublisher(FraudDetectorAsyncClient client, GetBatchPredictionJobsRequest firstRequest) -
Uses of GetBatchPredictionJobsRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetBatchPredictionJobsRequest Modifier and Type Method Description SdkHttpFullRequestGetBatchPredictionJobsRequestMarshaller. marshall(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)
-