Uses of Class
software.amazon.awssdk.services.connect.model.DisassociateUserProficienciesResponse
-
Packages that use DisassociateUserProficienciesResponse Package Description software.amazon.awssdk.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. -
-
Uses of DisassociateUserProficienciesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DisassociateUserProficienciesResponse Modifier and Type Method Description default DisassociateUserProficienciesResponseConnectClient. disassociateUserProficiencies(Consumer<DisassociateUserProficienciesRequest.Builder> disassociateUserProficienciesRequest)Disassociates a set of proficiencies from a user.default DisassociateUserProficienciesResponseConnectClient. disassociateUserProficiencies(DisassociateUserProficienciesRequest disassociateUserProficienciesRequest)Disassociates a set of proficiencies from a user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DisassociateUserProficienciesResponse Modifier and Type Method Description default CompletableFuture<DisassociateUserProficienciesResponse>ConnectAsyncClient. disassociateUserProficiencies(Consumer<DisassociateUserProficienciesRequest.Builder> disassociateUserProficienciesRequest)Disassociates a set of proficiencies from a user.default CompletableFuture<DisassociateUserProficienciesResponse>ConnectAsyncClient. disassociateUserProficiencies(DisassociateUserProficienciesRequest disassociateUserProficienciesRequest)Disassociates a set of proficiencies from a user.
-