Uses of Class
software.amazon.awssdk.services.qconnect.model.DeleteQuickResponseResponse
-
Packages that use DeleteQuickResponseResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of DeleteQuickResponseResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return DeleteQuickResponseResponse Modifier and Type Method Description default DeleteQuickResponseResponseQConnectClient. deleteQuickResponse(Consumer<DeleteQuickResponseRequest.Builder> deleteQuickResponseRequest)Deletes a quick response.default DeleteQuickResponseResponseQConnectClient. deleteQuickResponse(DeleteQuickResponseRequest deleteQuickResponseRequest)Deletes a quick response.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type DeleteQuickResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteQuickResponseResponse>QConnectAsyncClient. deleteQuickResponse(Consumer<DeleteQuickResponseRequest.Builder> deleteQuickResponseRequest)Deletes a quick response.default CompletableFuture<DeleteQuickResponseResponse>QConnectAsyncClient. deleteQuickResponse(DeleteQuickResponseRequest deleteQuickResponseRequest)Deletes a quick response.
-