Uses of Class
software.amazon.awssdk.services.connect.model.UpdateQuickConnectConfigResponse
-
Packages that use UpdateQuickConnectConfigResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateQuickConnectConfigResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateQuickConnectConfigResponse Modifier and Type Method Description default UpdateQuickConnectConfigResponseConnectClient. updateQuickConnectConfig(Consumer<UpdateQuickConnectConfigRequest.Builder> updateQuickConnectConfigRequest)Updates the configuration settings for the specified quick connect.default UpdateQuickConnectConfigResponseConnectClient. updateQuickConnectConfig(UpdateQuickConnectConfigRequest updateQuickConnectConfigRequest)Updates the configuration settings for the specified quick connect.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateQuickConnectConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateQuickConnectConfigResponse>ConnectAsyncClient. updateQuickConnectConfig(Consumer<UpdateQuickConnectConfigRequest.Builder> updateQuickConnectConfigRequest)Updates the configuration settings for the specified quick connect.default CompletableFuture<UpdateQuickConnectConfigResponse>ConnectAsyncClient. updateQuickConnectConfig(UpdateQuickConnectConfigRequest updateQuickConnectConfigRequest)Updates the configuration settings for the specified quick connect.
-