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