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