Uses of Class
software.amazon.awssdk.services.connect.model.Expression
-
Packages that use Expression Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Expression in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Expression Modifier and Type Method Description ExpressionStep. expression()A tagged union to specify expression for a routing step.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Expression Modifier and Type Method Description List<Expression>Expression. andExpression()List of routing expressions which will be AND-ed together.List<Expression>Expression. orExpression()List of routing expressions which will be OR-ed together.Methods in software.amazon.awssdk.services.connect.model with parameters of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. andExpression(Expression... andExpression)List of routing expressions which will be AND-ed together.Step.BuilderStep.Builder. expression(Expression expression)A tagged union to specify expression for a routing step.Expression.BuilderExpression.Builder. orExpression(Expression... orExpression)List of routing expressions which will be OR-ed together.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Expression Modifier and Type Method Description Expression.BuilderExpression.Builder. andExpression(Collection<Expression> andExpression)List of routing expressions which will be AND-ed together.Expression.BuilderExpression.Builder. orExpression(Collection<Expression> orExpression)List of routing expressions which will be OR-ed together.
-