| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserProficiencyDisassociate |
UserProficiencyDisassociate.clone() |
UserProficiencyDisassociate |
UserProficiencyDisassociate.withAttributeName(String attributeName)
The name of user's proficiency.
|
UserProficiencyDisassociate |
UserProficiencyDisassociate.withAttributeValue(String attributeValue)
The value of user's proficiency.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProficiencyDisassociate> |
DisassociateUserProficienciesRequest.getUserProficiencies()
The proficiencies to disassociate from the user.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withUserProficiencies(UserProficiencyDisassociate... userProficiencies)
The proficiencies to disassociate from the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateUserProficienciesRequest.setUserProficiencies(Collection<UserProficiencyDisassociate> userProficiencies)
The proficiencies to disassociate from the user.
|
DisassociateUserProficienciesRequest |
DisassociateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiencyDisassociate> userProficiencies)
The proficiencies to disassociate from the user.
|
Copyright © 2024. All rights reserved.