| 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<ListRoutingProfileQueuesResult> |
AmazonConnectAsyncClient.listRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest request,
AsyncHandler<ListRoutingProfileQueuesRequest,ListRoutingProfileQueuesResult> asyncHandler) |
Future<ListRoutingProfileQueuesResult> |
AmazonConnectAsync.listRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest listRoutingProfileQueuesRequest,
AsyncHandler<ListRoutingProfileQueuesRequest,ListRoutingProfileQueuesResult> asyncHandler)
Lists the queues associated with a routing profile.
|
Future<ListRoutingProfileQueuesResult> |
AbstractAmazonConnectAsync.listRoutingProfileQueuesAsync(ListRoutingProfileQueuesRequest request,
AsyncHandler<ListRoutingProfileQueuesRequest,ListRoutingProfileQueuesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfileQueuesRequest |
ListRoutingProfileQueuesRequest.clone() |
ListRoutingProfileQueuesRequest |
ListRoutingProfileQueuesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListRoutingProfileQueuesRequest |
ListRoutingProfileQueuesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRoutingProfileQueuesRequest |
ListRoutingProfileQueuesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListRoutingProfileQueuesRequest |
ListRoutingProfileQueuesRequest.withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
Copyright © 2024. All rights reserved.