Uses of Class
software.amazon.awssdk.services.qconnect.model.UpdateQuickResponseResponse
-
Packages that use UpdateQuickResponseResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of UpdateQuickResponseResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return UpdateQuickResponseResponse Modifier and Type Method Description default UpdateQuickResponseResponseQConnectClient. updateQuickResponse(Consumer<UpdateQuickResponseRequest.Builder> updateQuickResponseRequest)Updates an existing Amazon Q in Connect quick response.default UpdateQuickResponseResponseQConnectClient. updateQuickResponse(UpdateQuickResponseRequest updateQuickResponseRequest)Updates an existing Amazon Q in Connect quick response.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type UpdateQuickResponseResponse Modifier and Type Method Description default CompletableFuture<UpdateQuickResponseResponse>QConnectAsyncClient. updateQuickResponse(Consumer<UpdateQuickResponseRequest.Builder> updateQuickResponseRequest)Updates an existing Amazon Q in Connect quick response.default CompletableFuture<UpdateQuickResponseResponse>QConnectAsyncClient. updateQuickResponse(UpdateQuickResponseRequest updateQuickResponseRequest)Updates an existing Amazon Q in Connect quick response.
-