| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy 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<ListRoutingProfilesResult> |
AmazonConnectAsyncClient.listRoutingProfilesAsync(ListRoutingProfilesRequest request,
AsyncHandler<ListRoutingProfilesRequest,ListRoutingProfilesResult> asyncHandler) |
Future<ListRoutingProfilesResult> |
AbstractAmazonConnectAsync.listRoutingProfilesAsync(ListRoutingProfilesRequest request,
AsyncHandler<ListRoutingProfilesRequest,ListRoutingProfilesResult> asyncHandler) |
Future<ListRoutingProfilesResult> |
AmazonConnectAsync.listRoutingProfilesAsync(ListRoutingProfilesRequest listRoutingProfilesRequest,
AsyncHandler<ListRoutingProfilesRequest,ListRoutingProfilesResult> asyncHandler)
Provides summary information about the routing profiles for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfilesRequest |
ListRoutingProfilesRequest.clone() |
ListRoutingProfilesRequest |
ListRoutingProfilesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListRoutingProfilesRequest |
ListRoutingProfilesRequest.withMaxResults(Integer maxResults)
The maximimum number of results to return per page.
|
ListRoutingProfilesRequest |
ListRoutingProfilesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2021. All rights reserved.