| 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<UpdateUserProficienciesResult> |
AmazonConnectAsyncClient.updateUserProficienciesAsync(UpdateUserProficienciesRequest request,
AsyncHandler<UpdateUserProficienciesRequest,UpdateUserProficienciesResult> asyncHandler) |
Future<UpdateUserProficienciesResult> |
AmazonConnectAsync.updateUserProficienciesAsync(UpdateUserProficienciesRequest updateUserProficienciesRequest,
AsyncHandler<UpdateUserProficienciesRequest,UpdateUserProficienciesResult> asyncHandler)
Updates the properties associated with the proficiencies of a user.
|
Future<UpdateUserProficienciesResult> |
AbstractAmazonConnectAsync.updateUserProficienciesAsync(UpdateUserProficienciesRequest request,
AsyncHandler<UpdateUserProficienciesRequest,UpdateUserProficienciesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.clone() |
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withUserId(String userId)
The identifier of the user account.
|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to be updated for the user.
|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withUserProficiencies(UserProficiency... userProficiencies)
The proficiencies to be updated for the user.
|
Copyright © 2024. All rights reserved.