Uses of Class
software.amazon.awssdk.services.neptunedata.model.OpenCypherExplainMode
-
Packages that use OpenCypherExplainMode Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of OpenCypherExplainMode in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return OpenCypherExplainMode Modifier and Type Method Description OpenCypherExplainModeExecuteOpenCypherExplainQueryRequest. explainMode()The openCypherexplainmode.static OpenCypherExplainModeOpenCypherExplainMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OpenCypherExplainModeOpenCypherExplainMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenCypherExplainMode[]OpenCypherExplainMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type OpenCypherExplainMode Modifier and Type Method Description static Set<OpenCypherExplainMode>OpenCypherExplainMode. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type OpenCypherExplainMode Modifier and Type Method Description ExecuteOpenCypherExplainQueryRequest.BuilderExecuteOpenCypherExplainQueryRequest.Builder. explainMode(OpenCypherExplainMode explainMode)The openCypherexplainmode.
-