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