Uses of Class
software.amazon.awssdk.services.cloudsearch.model.ExpressionStatus
-
Packages that use ExpressionStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of ExpressionStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return ExpressionStatus Modifier and Type Method Description ExpressionStatusDefineExpressionResponse. expression()Returns the value of the Expression property for this object.ExpressionStatusDeleteExpressionResponse. expression()The status of the expression being deleted.Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type ExpressionStatus Modifier and Type Method Description List<ExpressionStatus>DescribeExpressionsResponse. expressions()The expressions configured for the domain.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type ExpressionStatus Modifier and Type Method Description DefineExpressionResponse.BuilderDefineExpressionResponse.Builder. expression(ExpressionStatus expression)Sets the value of the Expression property for this object.DeleteExpressionResponse.BuilderDeleteExpressionResponse.Builder. expression(ExpressionStatus expression)The status of the expression being deleted.DescribeExpressionsResponse.BuilderDescribeExpressionsResponse.Builder. expressions(ExpressionStatus... expressions)The expressions configured for the domain.Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type ExpressionStatus Modifier and Type Method Description DescribeExpressionsResponse.BuilderDescribeExpressionsResponse.Builder. expressions(Collection<ExpressionStatus> expressions)The expressions configured for the domain.
-