| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.clone() |
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withChannel(Channel channel)
The channels this queue supports.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withChannel(String channel)
The channels this queue supports.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withDelay(Integer delay)
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withPriority(Integer priority)
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withQueueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withQueueId(String queueId)
The identifier for the queue.
|
RoutingProfileQueueConfigSummary |
RoutingProfileQueueConfigSummary.withQueueName(String queueName)
The name of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileQueueConfigSummary> |
ListRoutingProfileQueuesResult.getRoutingProfileQueueConfigSummaryList()
Information about the routing profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfileQueuesResult |
ListRoutingProfileQueuesResult.withRoutingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutingProfileQueuesResult.setRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
ListRoutingProfileQueuesResult |
ListRoutingProfileQueuesResult.withRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
Copyright © 2021. All rights reserved.