Uses of Class
software.amazon.awssdk.services.qapps.model.ImportDocumentResponse
-
Packages that use ImportDocumentResponse 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 ImportDocumentResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ImportDocumentResponse Modifier and Type Method Description default ImportDocumentResponseQAppsClient. importDocument(Consumer<ImportDocumentRequest.Builder> importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run.default ImportDocumentResponseQAppsClient. importDocument(ImportDocumentRequest importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ImportDocumentResponse Modifier and Type Method Description default CompletableFuture<ImportDocumentResponse>QAppsAsyncClient. importDocument(Consumer<ImportDocumentRequest.Builder> importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run.default CompletableFuture<ImportDocumentResponse>QAppsAsyncClient. importDocument(ImportDocumentRequest importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run.
-