| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
List<RoutingProfileQueueConfig> |
AssociateRoutingProfileQueuesRequest.queueConfigs()
The queues to associate with this routing profile.
|
List<RoutingProfileQueueConfig> |
UpdateRoutingProfileQueuesRequest.queueConfigs()
The queues to be updated for this routing profile.
|
List<RoutingProfileQueueConfig> |
CreateRoutingProfileRequest.queueConfigs()
The inbound queues associated with the routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile.
|
CreateRoutingProfileRequest.Builder |
CreateRoutingProfileRequest.Builder.queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateRoutingProfileQueuesRequest.Builder |
AssociateRoutingProfileQueuesRequest.Builder.queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
UpdateRoutingProfileQueuesRequest.Builder |
UpdateRoutingProfileQueuesRequest.Builder.queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
CreateRoutingProfileRequest.Builder |
CreateRoutingProfileRequest.Builder.queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile.
|
Copyright © 2021. All rights reserved.