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