Uses of Class
software.amazon.awssdk.services.neptunegraph.model.QueryLanguage
-
Packages that use QueryLanguage Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of QueryLanguage in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return QueryLanguage Modifier and Type Method Description static QueryLanguageQueryLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryLanguageExecuteQueryRequest. language()The query language the query is written in.static QueryLanguageQueryLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryLanguage[]QueryLanguage. 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 QueryLanguage Modifier and Type Method Description static Set<QueryLanguage>QueryLanguage. knownValues()Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type QueryLanguage Modifier and Type Method Description ExecuteQueryRequest.BuilderExecuteQueryRequest.Builder. language(QueryLanguage language)The query language the query is written in.
-