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