|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
com.amazonaws.services.cloudsearchv2.model | Classes modeling the various types represented by AmazonCloudSearchv2. |
Uses of Expression in com.amazonaws.services.cloudsearchv2.model |
---|
Methods in com.amazonaws.services.cloudsearchv2.model that return Expression | |
---|---|
Expression |
DefineExpressionRequest.getExpression()
A named expression that can be evaluated at search time. |
Expression |
ExpressionStatus.getOptions()
The expression that is evaluated for sorting or filtering while processing a search request. |
Expression |
Expression.withExpressionName(String expressionName)
A string that represents the name of an index field. |
Expression |
Expression.withExpressionValue(String expressionValue)
The expression to evaluate for sorting while processing a search request. |
Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type Expression | |
---|---|
void |
DefineExpressionRequest.setExpression(Expression expression)
A named expression that can be evaluated at search time. |
void |
ExpressionStatus.setOptions(Expression options)
The expression that is evaluated for sorting or filtering while processing a search request. |
DefineExpressionRequest |
DefineExpressionRequest.withExpression(Expression expression)
A named expression that can be evaluated at search time. |
ExpressionStatus |
ExpressionStatus.withOptions(Expression options)
The expression that is evaluated for sorting or filtering while processing a search request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |