Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateQAppRequest
-
Packages that use UpdateQAppRequest 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.software.amazon.awssdk.services.qapps.transform -
-
Uses of UpdateQAppRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type UpdateQAppRequest Modifier and Type Method Description default CompletableFuture<UpdateQAppResponse>QAppsAsyncClient. updateQApp(UpdateQAppRequest 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. -
Uses of UpdateQAppRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type UpdateQAppRequest Modifier and Type Method Description SdkHttpFullRequestUpdateQAppRequestMarshaller. marshall(UpdateQAppRequest updateQAppRequest)
-