default CreateQAppResponse |
QAppsClient.createQApp(Consumer<CreateQAppRequest.Builder> createQAppRequest) |
Creates a new Amazon Q App based on the provided definition.
|
default CreateQAppResponse |
QAppsClient.createQApp(CreateQAppRequest createQAppRequest) |
Creates a new Amazon Q App based on the provided definition.
|
default ImportDocumentResponse |
QAppsClient.importDocument(Consumer<ImportDocumentRequest.Builder> importDocumentRequest) |
Uploads a file that can then be used either as a default in a FileUploadCard from Q App definition
or as a file that is used inside a single Q App run.
|
default ImportDocumentResponse |
QAppsClient.importDocument(ImportDocumentRequest importDocumentRequest) |
Uploads a file that can then be used either as a default in a FileUploadCard from Q App definition
or as a file that is used inside a single Q App run.
|
default UpdateQAppResponse |
QAppsClient.updateQApp(Consumer<UpdateQAppRequest.Builder> updateQAppRequest) |
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
default UpdateQAppResponse |
QAppsClient.updateQApp(UpdateQAppRequest updateQAppRequest) |
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|