Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetMlDataProcessingJobResponse
-
Packages that use GetMlDataProcessingJobResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetMlDataProcessingJobResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetMlDataProcessingJobResponse Modifier and Type Method Description default GetMlDataProcessingJobResponseNeptunedataClient. getMLDataProcessingJob(Consumer<GetMlDataProcessingJobRequest.Builder> getMlDataProcessingJobRequest)Retrieves information about a specified data processing job.default GetMlDataProcessingJobResponseNeptunedataClient. getMLDataProcessingJob(GetMlDataProcessingJobRequest getMlDataProcessingJobRequest)Retrieves information about a specified data processing job.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetMlDataProcessingJobResponse Modifier and Type Method Description default CompletableFuture<GetMlDataProcessingJobResponse>NeptunedataAsyncClient. getMLDataProcessingJob(Consumer<GetMlDataProcessingJobRequest.Builder> getMlDataProcessingJobRequest)Retrieves information about a specified data processing job.default CompletableFuture<GetMlDataProcessingJobResponse>NeptunedataAsyncClient. getMLDataProcessingJob(GetMlDataProcessingJobRequest getMlDataProcessingJobRequest)Retrieves information about a specified data processing job.
-