Uses of Class
com.amazonaws.services.cloudsearchdomain.model.QueryParser
-
Packages that use QueryParser Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of QueryParser in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return QueryParser Modifier and Type Method Description static QueryParser
QueryParser. fromValue(String value)
Use this in place of valueOf.static QueryParser
QueryParser. 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 com.amazonaws.services.cloudsearchdomain.model with parameters of type QueryParser Modifier and Type Method Description void
SearchRequest. setQueryParser(QueryParser queryParser)
Specifies which query parser to use to process the request.SearchRequest
SearchRequest. withQueryParser(QueryParser queryParser)
Specifies which query parser to use to process the request.
-