| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserProficienciesResult> |
AmazonConnectAsyncClient.listUserProficienciesAsync(ListUserProficienciesRequest request,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler) |
Future<ListUserProficienciesResult> |
AbstractAmazonConnectAsync.listUserProficienciesAsync(ListUserProficienciesRequest request,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler) |
Future<ListUserProficienciesResult> |
AmazonConnectAsync.listUserProficienciesAsync(ListUserProficienciesRequest listUserProficienciesRequest,
AsyncHandler<ListUserProficienciesRequest,ListUserProficienciesResult> asyncHandler)
Lists proficiencies associated with a user.
|
| 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.