Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetGremlinQueryStatusRequest
-
Packages that use GetGremlinQueryStatusRequest Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.transform -
-
Uses of GetGremlinQueryStatusRequest in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata with parameters of type GetGremlinQueryStatusRequest Modifier and Type Method Description default CompletableFuture<GetGremlinQueryStatusResponse>NeptunedataAsyncClient. getGremlinQueryStatus(GetGremlinQueryStatusRequest getGremlinQueryStatusRequest)Gets the status of a specified Gremlin query.default GetGremlinQueryStatusResponseNeptunedataClient. getGremlinQueryStatus(GetGremlinQueryStatusRequest getGremlinQueryStatusRequest)Gets the status of a specified Gremlin query. -
Uses of GetGremlinQueryStatusRequest in software.amazon.awssdk.services.neptunedata.transform
Methods in software.amazon.awssdk.services.neptunedata.transform with parameters of type GetGremlinQueryStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetGremlinQueryStatusRequestMarshaller. marshall(GetGremlinQueryStatusRequest getGremlinQueryStatusRequest)
-