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