Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.QueryParser
-
Packages that use QueryParser Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of QueryParser in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return QueryParser Modifier and Type Method Description static QueryParserQueryParser. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QueryParserSearchRequest. queryParser()Specifies which query parser to use to process the request.static QueryParserQueryParser. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryParser[]QueryParser. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type QueryParser Modifier and Type Method Description static Set<QueryParser>QueryParser. knownValues()Methods in software.amazon.awssdk.services.cloudsearchdomain.model with parameters of type QueryParser Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. queryParser(QueryParser queryParser)Specifies which query parser to use to process the request.
-