| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateUserProficienciesResult> |
AmazonConnectAsyncClient.associateUserProficienciesAsync(AssociateUserProficienciesRequest request,
AsyncHandler<AssociateUserProficienciesRequest,AssociateUserProficienciesResult> asyncHandler) |
Future<AssociateUserProficienciesResult> |
AbstractAmazonConnectAsync.associateUserProficienciesAsync(AssociateUserProficienciesRequest request,
AsyncHandler<AssociateUserProficienciesRequest,AssociateUserProficienciesResult> asyncHandler) |
Future<AssociateUserProficienciesResult> |
AmazonConnectAsync.associateUserProficienciesAsync(AssociateUserProficienciesRequest associateUserProficienciesRequest,
AsyncHandler<AssociateUserProficienciesRequest,AssociateUserProficienciesResult> asyncHandler)
>Associates a set of proficiencies with a user.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.clone() |
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withUserId(String userId)
The identifier of the user account.
|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to associate with the user.
|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withUserProficiencies(UserProficiency... userProficiencies)
The proficiencies to associate with the user.
|
Copyright © 2024. All rights reserved.