Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ExplainMode
-
Packages that use ExplainMode Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ExplainMode in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ExplainMode Modifier and Type Method Description ExplainModeExecuteQueryRequest. explainMode()The explain mode parameter returns a query explain instead of the actual query results.static ExplainModeExplainMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExplainModeExplainMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExplainMode[]ExplainMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ExplainMode Modifier and Type Method Description static Set<ExplainMode>ExplainMode. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type ExplainMode Modifier and Type Method Description ExecuteQueryRequest.BuilderExecuteQueryRequest.Builder. explainMode(ExplainMode explainMode)The explain mode parameter returns a query explain instead of the actual query results.
-