| 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<ListUserProficienciesResult> |
AmazonConnectAsyncClient.listUserProficienciesAsync(ListUserProficienciesRequest request,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler) |
Future<ListUserProficienciesResult> |
AmazonConnectAsync.listUserProficienciesAsync(ListUserProficienciesRequest listUserProficienciesRequest,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler)
Lists proficiencies associated with a user.
|
Future<ListUserProficienciesResult> |
AbstractAmazonConnectAsync.listUserProficienciesAsync(ListUserProficienciesRequest request,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserProficienciesRequest |
ListUserProficienciesRequest.clone() |
ListUserProficienciesRequest |
ListUserProficienciesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListUserProficienciesRequest |
ListUserProficienciesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListUserProficienciesRequest |
ListUserProficienciesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListUserProficienciesRequest |
ListUserProficienciesRequest.withUserId(String userId)
The identifier of the user account.
|
Copyright © 2024. All rights reserved.