| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileQueueConfig |
RoutingProfileQueueConfig.clone() |
RoutingProfileQueueConfig |
RoutingProfileQueueConfig.withDelay(Integer delay)
The delay, in seconds, a contact should be in the queue before they are routed to an available agent.
|
RoutingProfileQueueConfig |
RoutingProfileQueueConfig.withPriority(Integer priority)
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueConfig |
RoutingProfileQueueConfig.withQueueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileQueueConfig> |
AssociateRoutingProfileQueuesRequest.getQueueConfigs()
The queues to associate with this routing profile.
|
List<RoutingProfileQueueConfig> |
CreateRoutingProfileRequest.getQueueConfigs()
The inbound queues associated with the routing profile.
|
List<RoutingProfileQueueConfig> |
UpdateRoutingProfileQueuesRequest.getQueueConfigs()
The queues to be updated for this routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
|
CreateRoutingProfileRequest |
CreateRoutingProfileRequest.withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile.
|
UpdateRoutingProfileQueuesRequest |
UpdateRoutingProfileQueuesRequest.withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateRoutingProfileQueuesRequest.setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
void |
CreateRoutingProfileRequest.setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile.
|
void |
UpdateRoutingProfileQueuesRequest.setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
CreateRoutingProfileRequest |
CreateRoutingProfileRequest.withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile.
|
UpdateRoutingProfileQueuesRequest |
UpdateRoutingProfileQueuesRequest.withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
Copyright © 2023. All rights reserved.