Uses of Class
software.amazon.awssdk.services.frauddetector.model.CancelBatchPredictionJobResponse
-
Packages that use CancelBatchPredictionJobResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of CancelBatchPredictionJobResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return CancelBatchPredictionJobResponse Modifier and Type Method Description default CancelBatchPredictionJobResponseFraudDetectorClient. cancelBatchPredictionJob(Consumer<CancelBatchPredictionJobRequest.Builder> cancelBatchPredictionJobRequest)Cancels the specified batch prediction job.default CancelBatchPredictionJobResponseFraudDetectorClient. cancelBatchPredictionJob(CancelBatchPredictionJobRequest cancelBatchPredictionJobRequest)Cancels the specified batch prediction job.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type CancelBatchPredictionJobResponse Modifier and Type Method Description default CompletableFuture<CancelBatchPredictionJobResponse>FraudDetectorAsyncClient. cancelBatchPredictionJob(Consumer<CancelBatchPredictionJobRequest.Builder> cancelBatchPredictionJobRequest)Cancels the specified batch prediction job.default CompletableFuture<CancelBatchPredictionJobResponse>FraudDetectorAsyncClient. cancelBatchPredictionJob(CancelBatchPredictionJobRequest cancelBatchPredictionJobRequest)Cancels the specified batch prediction job.
-