Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Expression |
DefineExpressionRequest.expression |
private Expression |
ExpressionStatus.options
The expression that is evaluated for sorting while processing a search
request.
|
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(java.lang.String expressionName) |
Expression |
Expression.withExpressionValue(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |