default AssociateLibraryItemReviewResponse |
QAppsClient.associateLibraryItemReview(Consumer<AssociateLibraryItemReviewRequest.Builder> associateLibraryItemReviewRequest) |
Associates a rating or review for a library item with the user submitting the request.
|
default AssociateLibraryItemReviewResponse |
QAppsClient.associateLibraryItemReview(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest) |
Associates a rating or review for a library item with the user submitting the request.
|
default AssociateQAppWithUserResponse |
QAppsClient.associateQAppWithUser(Consumer<AssociateQAppWithUserRequest.Builder> associateQAppWithUserRequest) |
This operation creates a link between the user's identity calling the operation and a specific Q App.
|
default AssociateQAppWithUserResponse |
QAppsClient.associateQAppWithUser(AssociateQAppWithUserRequest associateQAppWithUserRequest) |
This operation creates a link between the user's identity calling the operation and a specific Q App.
|
default CreateLibraryItemResponse |
QAppsClient.createLibraryItem(Consumer<CreateLibraryItemRequest.Builder> createLibraryItemRequest) |
Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
|
default CreateLibraryItemResponse |
QAppsClient.createLibraryItem(CreateLibraryItemRequest createLibraryItemRequest) |
Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
|
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 DeleteLibraryItemResponse |
QAppsClient.deleteLibraryItem(Consumer<DeleteLibraryItemRequest.Builder> deleteLibraryItemRequest) |
Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or
used by other users.
|
default DeleteLibraryItemResponse |
QAppsClient.deleteLibraryItem(DeleteLibraryItemRequest deleteLibraryItemRequest) |
Deletes a library item for an Amazon Q App, removing it from the library so it can no longer be discovered or
used by other users.
|
default DisassociateLibraryItemReviewResponse |
QAppsClient.disassociateLibraryItemReview(Consumer<DisassociateLibraryItemReviewRequest.Builder> disassociateLibraryItemReviewRequest) |
Removes a rating or review previously submitted by the user for a library item.
|
default DisassociateLibraryItemReviewResponse |
QAppsClient.disassociateLibraryItemReview(DisassociateLibraryItemReviewRequest disassociateLibraryItemReviewRequest) |
Removes a rating or review previously submitted by the user for a library item.
|
default GetQAppSessionResponse |
QAppsClient.getQAppSession(Consumer<GetQAppSessionRequest.Builder> getQAppSessionRequest) |
Retrieves the current state and results for an active session of an Amazon Q App.
|
default GetQAppSessionResponse |
QAppsClient.getQAppSession(GetQAppSessionRequest getQAppSessionRequest) |
Retrieves the current state and results for an active session of an Amazon Q App.
|
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 StartQAppSessionResponse |
QAppsClient.startQAppSession(Consumer<StartQAppSessionRequest.Builder> startQAppSessionRequest) |
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
default StartQAppSessionResponse |
QAppsClient.startQAppSession(StartQAppSessionRequest startQAppSessionRequest) |
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
default StopQAppSessionResponse |
QAppsClient.stopQAppSession(Consumer<StopQAppSessionRequest.Builder> stopQAppSessionRequest) |
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
default StopQAppSessionResponse |
QAppsClient.stopQAppSession(StopQAppSessionRequest stopQAppSessionRequest) |
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
default UpdateQAppSessionResponse |
QAppsClient.updateQAppSession(Consumer<UpdateQAppSessionRequest.Builder> updateQAppSessionRequest) |
Updates the session for a given Q App sessionId.
|
default UpdateQAppSessionResponse |
QAppsClient.updateQAppSession(UpdateQAppSessionRequest updateQAppSessionRequest) |
Updates the session for a given Q App sessionId.
|