Uses of Class
software.amazon.awssdk.services.neptunedata.model.ListMlDataProcessingJobsResponse
-
Packages that use ListMlDataProcessingJobsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ListMlDataProcessingJobsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ListMlDataProcessingJobsResponse Modifier and Type Method Description default ListMlDataProcessingJobsResponseNeptunedataClient. listMLDataProcessingJobs(Consumer<ListMlDataProcessingJobsRequest.Builder> listMlDataProcessingJobsRequest)Returns a list of Neptune ML data processing jobs.default ListMlDataProcessingJobsResponseNeptunedataClient. listMLDataProcessingJobs(ListMlDataProcessingJobsRequest listMlDataProcessingJobsRequest)Returns a list of Neptune ML data processing jobs.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ListMlDataProcessingJobsResponse Modifier and Type Method Description default CompletableFuture<ListMlDataProcessingJobsResponse>NeptunedataAsyncClient. listMLDataProcessingJobs(Consumer<ListMlDataProcessingJobsRequest.Builder> listMlDataProcessingJobsRequest)Returns a list of Neptune ML data processing jobs.default CompletableFuture<ListMlDataProcessingJobsResponse>NeptunedataAsyncClient. listMLDataProcessingJobs(ListMlDataProcessingJobsRequest listMlDataProcessingJobsRequest)Returns a list of Neptune ML data processing jobs.
-