| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| Modifier and Type | Method and Description |
|---|---|
default ExecuteGremlinProfileQueryResponse |
NeptunedataClient.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 ExecuteGremlinProfileQueryResponse |
NeptunedataClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.