Uses of Class
software.amazon.awssdk.services.neptunedata.model.ExecuteGremlinQueryResponse
-
Packages that use ExecuteGremlinQueryResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ExecuteGremlinQueryResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ExecuteGremlinQueryResponse Modifier and Type Method Description default ExecuteGremlinQueryResponseNeptunedataClient. executeGremlinQuery(Consumer<ExecuteGremlinQueryRequest.Builder> executeGremlinQueryRequest)This commands executes a Gremlin query.default ExecuteGremlinQueryResponseNeptunedataClient. executeGremlinQuery(ExecuteGremlinQueryRequest executeGremlinQueryRequest)This commands executes a Gremlin query.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ExecuteGremlinQueryResponse Modifier and Type Method Description default CompletableFuture<ExecuteGremlinQueryResponse>NeptunedataAsyncClient. executeGremlinQuery(Consumer<ExecuteGremlinQueryRequest.Builder> executeGremlinQueryRequest)This commands executes a Gremlin query.default CompletableFuture<ExecuteGremlinQueryResponse>NeptunedataAsyncClient. executeGremlinQuery(ExecuteGremlinQueryRequest executeGremlinQueryRequest)This commands executes a Gremlin query.
-