| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserProficiency |
UserProficiency.clone() |
UserProficiency |
UserProficiency.withAttributeName(String attributeName)
The name of user's proficiency.
|
UserProficiency |
UserProficiency.withAttributeValue(String attributeValue)
The value of user's proficiency.
|
UserProficiency |
UserProficiency.withLevel(Float level)
The level of the proficiency.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProficiency> |
AssociateUserProficienciesRequest.getUserProficiencies()
The proficiencies to associate with the user.
|
List<UserProficiency> |
UpdateUserProficienciesRequest.getUserProficiencies()
The proficiencies to be updated for the user.
|
List<UserProficiency> |
ListUserProficienciesResult.getUserProficiencyList()
Information about the user proficiencies.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withUserProficiencies(UserProficiency... userProficiencies)
The proficiencies to associate with the user.
|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withUserProficiencies(UserProficiency... userProficiencies)
The proficiencies to be updated for the user.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withUserProficiencyList(UserProficiency... userProficiencyList)
Information about the user proficiencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateUserProficienciesRequest.setUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to associate with the user.
|
void |
UpdateUserProficienciesRequest.setUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to be updated for the user.
|
void |
ListUserProficienciesResult.setUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
|
AssociateUserProficienciesRequest |
AssociateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to associate with the user.
|
UpdateUserProficienciesRequest |
UpdateUserProficienciesRequest.withUserProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to be updated for the user.
|
ListUserProficienciesResult |
ListUserProficienciesResult.withUserProficiencyList(Collection<UserProficiency> userProficiencyList)
Information about the user proficiencies.
|
Copyright © 2024. All rights reserved.