| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Expression.clone() |
Expression |
Step.getExpression()
A tagged union to specify expression for a routing step.
|
Expression |
Expression.withAndExpression(Collection<Expression> andExpression)
List of routing expressions which will be AND-ed together.
|
Expression |
Expression.withAndExpression(Expression... andExpression)
List of routing expressions which will be AND-ed together.
|
Expression |
Expression.withAttributeCondition(AttributeCondition attributeCondition)
An object to specify the predefined attribute condition.
|
Expression |
Expression.withOrExpression(Collection<Expression> orExpression)
List of routing expressions which will be OR-ed together.
|
Expression |
Expression.withOrExpression(Expression... orExpression)
List of routing expressions which will be OR-ed together.
|
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
Expression.getAndExpression()
List of routing expressions which will be AND-ed together.
|
List<Expression> |
Expression.getOrExpression()
List of routing expressions which will be OR-ed together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Step.setExpression(Expression expression)
A tagged union to specify expression for a routing step.
|
Expression |
Expression.withAndExpression(Expression... andExpression)
List of routing expressions which will be AND-ed together.
|
Step |
Step.withExpression(Expression expression)
A tagged union to specify expression for a routing step.
|
Expression |
Expression.withOrExpression(Expression... orExpression)
List of routing expressions which will be OR-ed together.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setAndExpression(Collection<Expression> andExpression)
List of routing expressions which will be AND-ed together.
|
void |
Expression.setOrExpression(Collection<Expression> orExpression)
List of routing expressions which will be OR-ed together.
|
Expression |
Expression.withAndExpression(Collection<Expression> andExpression)
List of routing expressions which will be AND-ed together.
|
Expression |
Expression.withOrExpression(Collection<Expression> orExpression)
List of routing expressions which will be OR-ed together.
|
Copyright © 2024. All rights reserved.