Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateQAppResponse
-
Packages that use UpdateQAppResponse Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of UpdateQAppResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return UpdateQAppResponse Modifier and Type Method Description default UpdateQAppResponseQAppsClient. updateQApp(Consumer<UpdateQAppRequest.Builder> updateQAppRequest)Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.default UpdateQAppResponseQAppsClient. updateQApp(UpdateQAppRequest updateQAppRequest)Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type UpdateQAppResponse Modifier and Type Method Description default CompletableFuture<UpdateQAppResponse>QAppsAsyncClient. updateQApp(Consumer<UpdateQAppRequest.Builder> updateQAppRequest)Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.default CompletableFuture<UpdateQAppResponse>QAppsAsyncClient. updateQApp(UpdateQAppRequest updateQAppRequest)Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
-