Uses of Interface
software.amazon.awssdk.services.neptunedata.model.ExecuteGremlinExplainQueryResponse.Builder
-
Packages that use ExecuteGremlinExplainQueryResponse.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of ExecuteGremlinExplainQueryResponse.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return ExecuteGremlinExplainQueryResponse.Builder Modifier and Type Method Description static ExecuteGremlinExplainQueryResponse.BuilderExecuteGremlinExplainQueryResponse. builder()ExecuteGremlinExplainQueryResponse.BuilderExecuteGremlinExplainQueryResponse.Builder. output(SdkBytes output)A text blob containing the Gremlin explain result, as described in Tuning Gremlin queries.ExecuteGremlinExplainQueryResponse.BuilderExecuteGremlinExplainQueryResponse. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type ExecuteGremlinExplainQueryResponse.Builder Modifier and Type Method Description static Class<? extends ExecuteGremlinExplainQueryResponse.Builder>ExecuteGremlinExplainQueryResponse. serializableBuilderClass()
-