| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingCriteria |
RoutingCriteria.clone() |
RoutingCriteria |
Contact.getRoutingCriteria()
Latest routing criteria on the contact.
|
RoutingCriteria |
RoutingCriteria.withActivationTimestamp(Date activationTimestamp)
The timestamp indicating when the routing criteria is set to active.
|
RoutingCriteria |
RoutingCriteria.withIndex(Integer index)
Information about the index of the routing criteria.
|
RoutingCriteria |
RoutingCriteria.withSteps(Collection<Step> steps)
List of routing steps.
|
RoutingCriteria |
RoutingCriteria.withSteps(Step... steps)
List of routing steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setRoutingCriteria(RoutingCriteria routingCriteria)
Latest routing criteria on the contact.
|
Contact |
Contact.withRoutingCriteria(RoutingCriteria routingCriteria)
Latest routing criteria on the contact.
|
Copyright © 2024. All rights reserved.