Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Classes modeling the various types represented by AmazonCloudSearchDomain.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.