Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetBatchImportJobsResponse
-
Packages that use GetBatchImportJobsResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetBatchImportJobsResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetBatchImportJobsResponse Modifier and Type Method Description default GetBatchImportJobsResponseFraudDetectorClient. getBatchImportJobs(Consumer<GetBatchImportJobsRequest.Builder> getBatchImportJobsRequest)Gets all batch import jobs or a specific job of the specified ID.default GetBatchImportJobsResponseFraudDetectorClient. getBatchImportJobs(GetBatchImportJobsRequest getBatchImportJobsRequest)Gets all batch import jobs or a specific job of the specified ID.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetBatchImportJobsResponse Modifier and Type Method Description default CompletableFuture<GetBatchImportJobsResponse>FraudDetectorAsyncClient. getBatchImportJobs(Consumer<GetBatchImportJobsRequest.Builder> getBatchImportJobsRequest)Gets all batch import jobs or a specific job of the specified ID.default CompletableFuture<GetBatchImportJobsResponse>FraudDetectorAsyncClient. getBatchImportJobs(GetBatchImportJobsRequest getBatchImportJobsRequest)Gets all batch import jobs or a specific job of the specified ID. -
Uses of GetBatchImportJobsResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetBatchImportJobsResponse Modifier and Type Method Description Iterator<GetBatchImportJobsResponse>GetBatchImportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetBatchImportJobsResponse Modifier and Type Method Description voidGetBatchImportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBatchImportJobsResponse> subscriber)
-