| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateRoutingProfileQueuesResult> |
AbstractAmazonConnectAsync.associateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest request,
AsyncHandler<AssociateRoutingProfileQueuesRequest,AssociateRoutingProfileQueuesResult> asyncHandler) |
Future<AssociateRoutingProfileQueuesResult> |
AmazonConnectAsyncClient.associateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest request,
AsyncHandler<AssociateRoutingProfileQueuesRequest,AssociateRoutingProfileQueuesResult> asyncHandler) |
Future<AssociateRoutingProfileQueuesResult> |
AmazonConnectAsync.associateRoutingProfileQueuesAsync(AssociateRoutingProfileQueuesRequest associateRoutingProfileQueuesRequest,
AsyncHandler<AssociateRoutingProfileQueuesRequest,AssociateRoutingProfileQueuesResult> asyncHandler)
Associates a set of queues with a routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.clone() |
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest |
AssociateRoutingProfileQueuesRequest.withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
Copyright © 2023. All rights reserved.