Uses of Interface
software.amazon.awssdk.services.neptunedata.model.ExecuteGremlinProfileQueryRequest.Builder
-
Packages that use ExecuteGremlinProfileQueryRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of ExecuteGremlinProfileQueryRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type ExecuteGremlinProfileQueryRequest.Builder 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 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. -
Uses of ExecuteGremlinProfileQueryRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return ExecuteGremlinProfileQueryRequest.Builder Modifier and Type Method Description static ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest. builder()ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. chop(Integer chop)If non-zero, causes the results string to be truncated at that number of characters.ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. gremlinQuery(String gremlinQuery)The Gremlin query string to profile.ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. indexOps(Boolean indexOps)If this flag is set toTRUE, the results include a detailed report of all index operations that took place during query execution and serialization.ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. results(Boolean results)If this flag is set toTRUE, the query results are gathered and displayed as part of the profile report.ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest.Builder. serializer(String serializer)If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter.ExecuteGremlinProfileQueryRequest.BuilderExecuteGremlinProfileQueryRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type ExecuteGremlinProfileQueryRequest.Builder Modifier and Type Method Description static Class<? extends ExecuteGremlinProfileQueryRequest.Builder>ExecuteGremlinProfileQueryRequest. serializableBuilderClass()
-