Uses of Class
software.amazon.awssdk.services.connect.model.UpdateQuickConnectNameResponse
-
Packages that use UpdateQuickConnectNameResponse 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 UpdateQuickConnectNameResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateQuickConnectNameResponse Modifier and Type Method Description default UpdateQuickConnectNameResponseConnectClient. updateQuickConnectName(Consumer<UpdateQuickConnectNameRequest.Builder> updateQuickConnectNameRequest)Updates the name and description of a quick connect.default UpdateQuickConnectNameResponseConnectClient. updateQuickConnectName(UpdateQuickConnectNameRequest updateQuickConnectNameRequest)Updates the name and description of a quick connect.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateQuickConnectNameResponse Modifier and Type Method Description default CompletableFuture<UpdateQuickConnectNameResponse>ConnectAsyncClient. updateQuickConnectName(Consumer<UpdateQuickConnectNameRequest.Builder> updateQuickConnectNameRequest)Updates the name and description of a quick connect.default CompletableFuture<UpdateQuickConnectNameResponse>ConnectAsyncClient. updateQuickConnectName(UpdateQuickConnectNameRequest updateQuickConnectNameRequest)Updates the name and description of a quick connect.
-