Uses of Class
software.amazon.awssdk.services.frauddetector.model.CreateBatchPredictionJobRequest
-
Packages that use CreateBatchPredictionJobRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of CreateBatchPredictionJobRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type CreateBatchPredictionJobRequest Modifier and Type Method Description default CompletableFuture<CreateBatchPredictionJobResponse>FraudDetectorAsyncClient. createBatchPredictionJob(CreateBatchPredictionJobRequest createBatchPredictionJobRequest)Creates a batch prediction job.default CreateBatchPredictionJobResponseFraudDetectorClient. createBatchPredictionJob(CreateBatchPredictionJobRequest createBatchPredictionJobRequest)Creates a batch prediction job. -
Uses of CreateBatchPredictionJobRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type CreateBatchPredictionJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateBatchPredictionJobRequestMarshaller. marshall(CreateBatchPredictionJobRequest createBatchPredictionJobRequest)
-