Uses of Class
software.amazon.awssdk.services.connect.model.UserProficiencyDisassociate
-
Packages that use UserProficiencyDisassociate Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserProficiencyDisassociate in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserProficiencyDisassociate Modifier and Type Method Description List<UserProficiencyDisassociate>DisassociateUserProficienciesRequest. userProficiencies()The proficiencies to disassociate from the user.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserProficiencyDisassociate Modifier and Type Method Description DisassociateUserProficienciesRequest.BuilderDisassociateUserProficienciesRequest.Builder. userProficiencies(UserProficiencyDisassociate... userProficiencies)The proficiencies to disassociate from the user.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserProficiencyDisassociate Modifier and Type Method Description DisassociateUserProficienciesRequest.BuilderDisassociateUserProficienciesRequest.Builder. userProficiencies(Collection<UserProficiencyDisassociate> userProficiencies)The proficiencies to disassociate from the user.
-