Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetLoaderJobStatusResponse
-
Packages that use GetLoaderJobStatusResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetLoaderJobStatusResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetLoaderJobStatusResponse Modifier and Type Method Description default GetLoaderJobStatusResponseNeptunedataClient. getLoaderJobStatus(Consumer<GetLoaderJobStatusRequest.Builder> getLoaderJobStatusRequest)Gets status information about a specified load job.default GetLoaderJobStatusResponseNeptunedataClient. getLoaderJobStatus(GetLoaderJobStatusRequest getLoaderJobStatusRequest)Gets status information about a specified load job.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetLoaderJobStatusResponse Modifier and Type Method Description default CompletableFuture<GetLoaderJobStatusResponse>NeptunedataAsyncClient. getLoaderJobStatus(Consumer<GetLoaderJobStatusRequest.Builder> getLoaderJobStatusRequest)Gets status information about a specified load job.default CompletableFuture<GetLoaderJobStatusResponse>NeptunedataAsyncClient. getLoaderJobStatus(GetLoaderJobStatusRequest getLoaderJobStatusRequest)Gets status information about a specified load job.
-