Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.clone() |
Expression |
DefineExpressionRequest.getExpression() |
Expression |
ExpressionStatus.getOptions()
The expression that is evaluated for sorting while processing a search
request.
|
Expression |
Expression.withExpressionName(String expressionName) |
Expression |
Expression.withExpressionValue(String expressionValue) |
Modifier and Type | Method and Description |
---|---|
void |
DefineExpressionRequest.setExpression(Expression expression) |
void |
ExpressionStatus.setOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
DefineExpressionRequest |
DefineExpressionRequest.withExpression(Expression expression) |
ExpressionStatus |
ExpressionStatus.withOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
Copyright © 2018. All rights reserved.