Uses of Class
software.amazon.awssdk.services.frauddetector.model.DeleteBatchImportJobResponse
-
Packages that use DeleteBatchImportJobResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of DeleteBatchImportJobResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return DeleteBatchImportJobResponse Modifier and Type Method Description default DeleteBatchImportJobResponseFraudDetectorClient. deleteBatchImportJob(Consumer<DeleteBatchImportJobRequest.Builder> deleteBatchImportJobRequest)Deletes the specified batch import job ID record.default DeleteBatchImportJobResponseFraudDetectorClient. deleteBatchImportJob(DeleteBatchImportJobRequest deleteBatchImportJobRequest)Deletes the specified batch import job ID record.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type DeleteBatchImportJobResponse Modifier and Type Method Description default CompletableFuture<DeleteBatchImportJobResponse>FraudDetectorAsyncClient. deleteBatchImportJob(Consumer<DeleteBatchImportJobRequest.Builder> deleteBatchImportJobRequest)Deletes the specified batch import job ID record.default CompletableFuture<DeleteBatchImportJobResponse>FraudDetectorAsyncClient. deleteBatchImportJob(DeleteBatchImportJobRequest deleteBatchImportJobRequest)Deletes the specified batch import job ID record.
-