Uses of Class
software.amazon.awssdk.services.neptunedata.model.ExecuteGremlinProfileQueryResponse
-
Packages that use ExecuteGremlinProfileQueryResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ExecuteGremlinProfileQueryResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ExecuteGremlinProfileQueryResponse Modifier and Type Method Description default ExecuteGremlinProfileQueryResponseNeptunedataClient. executeGremlinProfileQuery(Consumer<ExecuteGremlinProfileQueryRequest.Builder> executeGremlinProfileQueryRequest)Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output.default ExecuteGremlinProfileQueryResponseNeptunedataClient. executeGremlinProfileQuery(ExecuteGremlinProfileQueryRequest executeGremlinProfileQueryRequest)Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ExecuteGremlinProfileQueryResponse Modifier and Type Method Description default CompletableFuture<ExecuteGremlinProfileQueryResponse>NeptunedataAsyncClient. executeGremlinProfileQuery(Consumer<ExecuteGremlinProfileQueryRequest.Builder> executeGremlinProfileQueryRequest)Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output.default CompletableFuture<ExecuteGremlinProfileQueryResponse>NeptunedataAsyncClient. executeGremlinProfileQuery(ExecuteGremlinProfileQueryRequest executeGremlinProfileQueryRequest)Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output.
-