| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.clone() |
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.withChop(Integer chop)
If non-zero, causes the results string to be truncated at that number of characters.
|
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.withGremlinQuery(String gremlinQuery)
The Gremlin query string to profile.
|
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.withIndexOps(Boolean indexOps)
If this flag is set to
TRUE, the results include a detailed report of all index operations that took
place during query execution and serialization. |
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.withResults(Boolean results)
If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile
report. |
ExecuteGremlinProfileQueryRequest |
ExecuteGremlinProfileQueryRequest.withSerializer(String serializer)
If non-null, the gathered results are returned in a serialized response message in the format specified by this
parameter.
|
Copyright © 2024. All rights reserved.