Uses of Class
software.amazon.awssdk.services.cloudsearch.model.Expression
-
Packages that use Expression Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of Expression in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return Expression Modifier and Type Method Description ExpressionDefineExpressionRequest. expression()Returns the value of the Expression property for this object.ExpressionExpressionStatus. options()The expression that is evaluated for sorting while processing a search request.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type Expression Modifier and Type Method Description DefineExpressionRequest.BuilderDefineExpressionRequest.Builder. expression(Expression expression)Sets the value of the Expression property for this object.ExpressionStatus.BuilderExpressionStatus.Builder. options(Expression options)The expression that is evaluated for sorting while processing a search request.
-