| 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 |
|---|---|
ListUserProficienciesResult |
AmazonConnectClient.listUserProficiencies(ListUserProficienciesRequest request)
Lists proficiencies associated with a user.
|
ListUserProficienciesResult |
AmazonConnect.listUserProficiencies(ListUserProficienciesRequest listUserProficienciesRequest)
Lists proficiencies associated with a user.
|
ListUserProficienciesResult |
AbstractAmazonConnect.listUserProficiencies(ListUserProficienciesRequest request) |
| 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 |
|---|---|
ListUserProficienciesResult |
ListUserProficienciesResult.clone() |
ListUserProficienciesResult |
ListUserProficienciesResult.withLastModifiedRegion(String lastModifiedRegion)
The region in which a user's proficiencies were last modified.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withLastModifiedTime(Date lastModifiedTime)
The last time that the user's proficiencies are were modified.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withUserProficiencyList(UserProficiency... userProficiencyList)
Information about the user proficiencies.
|
Copyright © 2024. All rights reserved.