| 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<DisassociateUserProficienciesResult> |
AmazonConnectAsyncClient.disassociateUserProficienciesAsync(DisassociateUserProficienciesRequest request,
AsyncHandler<DisassociateUserProficienciesRequest,DisassociateUserProficienciesResult> asyncHandler) |
Future<DisassociateUserProficienciesResult> |
AmazonConnectAsync.disassociateUserProficienciesAsync(DisassociateUserProficienciesRequest disassociateUserProficienciesRequest,
AsyncHandler<DisassociateUserProficienciesRequest,DisassociateUserProficienciesResult> asyncHandler)
Disassociates a set of proficiencies from a user.
|
Future<DisassociateUserProficienciesResult> |
AbstractAmazonConnectAsync.disassociateUserProficienciesAsync(DisassociateUserProficienciesRequest request,
AsyncHandler<DisassociateUserProficienciesRequest,DisassociateUserProficienciesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.clone() |
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withUserId(String userId)
The identifier of the user account.
|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiencyDisassociate> userProficiencies)
The proficiencies to disassociate from the user.
|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withUserProficiencies(UserProficiencyDisassociate... userProficiencies)
The proficiencies to disassociate from the user.
|
Copyright © 2024. All rights reserved.