Uses of Enum
com.amazonaws.services.cloudsearchdomain.model.QueryParser
Packages that use QueryParser
-
Uses of QueryParser in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return QueryParserModifier and TypeMethodDescriptionstatic QueryParser
Use this in place of valueOf.static QueryParser
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 QueryParserModifier and TypeMethodDescriptionvoid
SearchRequest.setQueryParser
(QueryParser queryParser) Specifies which query parser to use to process the request.SearchRequest.withQueryParser
(QueryParser queryParser) Specifies which query parser to use to process the request.