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