Uses of Class
software.amazon.awssdk.services.connect.model.UpdateUserPhoneConfigResponse
-
Packages that use UpdateUserPhoneConfigResponse 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 UpdateUserPhoneConfigResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateUserPhoneConfigResponse Modifier and Type Method Description default UpdateUserPhoneConfigResponseConnectClient. updateUserPhoneConfig(Consumer<UpdateUserPhoneConfigRequest.Builder> updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user.default UpdateUserPhoneConfigResponseConnectClient. updateUserPhoneConfig(UpdateUserPhoneConfigRequest updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateUserPhoneConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateUserPhoneConfigResponse>ConnectAsyncClient. updateUserPhoneConfig(Consumer<UpdateUserPhoneConfigRequest.Builder> updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user.default CompletableFuture<UpdateUserPhoneConfigResponse>ConnectAsyncClient. updateUserPhoneConfig(UpdateUserPhoneConfigRequest updateUserPhoneConfigRequest)Updates the phone configuration settings for the specified user.
-