| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.clone() |
Step |
Step.withExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
|
Step |
Step.withExpression(Expression expression)
A tagged union to specify expression for a routing step.
|
Step |
Step.withStatus(RoutingCriteriaStepStatus status)
Represents status of the Routing step.
|
Step |
Step.withStatus(String status)
Represents status of the Routing step.
|
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
RoutingCriteria.getSteps()
List of routing steps.
|
| Modifier and Type | Method and Description |
|---|---|
RoutingCriteria |
RoutingCriteria.withSteps(Step... steps)
List of routing steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutingCriteria.setSteps(Collection<Step> steps)
List of routing steps.
|
RoutingCriteria |
RoutingCriteria.withSteps(Collection<Step> steps)
List of routing steps.
|
Copyright © 2024. All rights reserved.