Uses of Class
software.amazon.awssdk.services.connect.model.UpdateUserProficienciesResponse
-
Packages that use UpdateUserProficienciesResponse 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 UpdateUserProficienciesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateUserProficienciesResponse Modifier and Type Method Description default UpdateUserProficienciesResponseConnectClient. updateUserProficiencies(Consumer<UpdateUserProficienciesRequest.Builder> updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user.default UpdateUserProficienciesResponseConnectClient. updateUserProficiencies(UpdateUserProficienciesRequest updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateUserProficienciesResponse Modifier and Type Method Description default CompletableFuture<UpdateUserProficienciesResponse>ConnectAsyncClient. updateUserProficiencies(Consumer<UpdateUserProficienciesRequest.Builder> updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user.default CompletableFuture<UpdateUserProficienciesResponse>ConnectAsyncClient. updateUserProficiencies(UpdateUserProficienciesRequest updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user.
-