Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetBatchPredictionJobsResponse
-
Packages that use GetBatchPredictionJobsResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetBatchPredictionJobsResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetBatchPredictionJobsResponse Modifier and Type Method Description default GetBatchPredictionJobsResponseFraudDetectorClient. getBatchPredictionJobs(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.default GetBatchPredictionJobsResponseFraudDetectorClient. getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetBatchPredictionJobsResponse Modifier and Type Method Description default CompletableFuture<GetBatchPredictionJobsResponse>FraudDetectorAsyncClient. getBatchPredictionJobs(Consumer<GetBatchPredictionJobsRequest.Builder> getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID.default CompletableFuture<GetBatchPredictionJobsResponse>FraudDetectorAsyncClient. getBatchPredictionJobs(GetBatchPredictionJobsRequest getBatchPredictionJobsRequest)Gets all batch prediction jobs or a specific job if you specify a job ID. -
Uses of GetBatchPredictionJobsResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetBatchPredictionJobsResponse Modifier and Type Method Description Iterator<GetBatchPredictionJobsResponse>GetBatchPredictionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetBatchPredictionJobsResponse Modifier and Type Method Description voidGetBatchPredictionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBatchPredictionJobsResponse> subscriber)
-