Uses of Class
software.amazon.awssdk.services.connect.model.DisassociateUserProficienciesResponse
-
Packages that use DisassociateUserProficienciesResponse Package Description software.amazon.awssdk.services.connect -
-
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.
-