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 QueryParserUse this in place of valueOf.static QueryParserReturns 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 TypeMethodDescriptionvoidSearchRequest.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.