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 DeleteQAppResponse |
QAppsClient.deleteQApp(Consumer<DeleteQAppRequest.Builder> deleteQAppRequest) |
Deletes an Amazon Q App owned by the user.
|
default DeleteQAppResponse |
QAppsClient.deleteQApp(DeleteQAppRequest deleteQAppRequest) |
Deletes an Amazon Q App owned by the user.
|
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 DisassociateQAppFromUserResponse |
QAppsClient.disassociateQAppFromUser(Consumer<DisassociateQAppFromUserRequest.Builder> disassociateQAppFromUserRequest) |
Disassociates a Q App from a user removing the user's access to run the Q App.
|
default DisassociateQAppFromUserResponse |
QAppsClient.disassociateQAppFromUser(DisassociateQAppFromUserRequest disassociateQAppFromUserRequest) |
Disassociates a Q App from a user removing the user's access to run the Q App.
|
default GetLibraryItemResponse |
QAppsClient.getLibraryItem(Consumer<GetLibraryItemRequest.Builder> getLibraryItemRequest) |
Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and
usage statistics.
|
default GetLibraryItemResponse |
QAppsClient.getLibraryItem(GetLibraryItemRequest getLibraryItemRequest) |
Retrieves details about a library item for an Amazon Q App, including its metadata, categories, ratings, and
usage statistics.
|
default GetQAppResponse |
QAppsClient.getQApp(Consumer<GetQAppRequest.Builder> getQAppRequest) |
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
default GetQAppResponse |
QAppsClient.getQApp(GetQAppRequest getQAppRequest) |
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
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 ListLibraryItemsResponse |
QAppsClient.listLibraryItems(Consumer<ListLibraryItemsRequest.Builder> listLibraryItemsRequest) |
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services
account.
|
default ListLibraryItemsResponse |
QAppsClient.listLibraryItems(ListLibraryItemsRequest listLibraryItemsRequest) |
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services
account.
|
default ListLibraryItemsIterable |
QAppsClient.listLibraryItemsPaginator(Consumer<ListLibraryItemsRequest.Builder> listLibraryItemsRequest) |
|
default ListLibraryItemsIterable |
QAppsClient.listLibraryItemsPaginator(ListLibraryItemsRequest listLibraryItemsRequest) |
|
default ListQAppsResponse |
QAppsClient.listQApps(Consumer<ListQAppsRequest.Builder> listQAppsRequest) |
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
default ListQAppsResponse |
QAppsClient.listQApps(ListQAppsRequest listQAppsRequest) |
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
default ListQAppsIterable |
QAppsClient.listQAppsPaginator(Consumer<ListQAppsRequest.Builder> listQAppsRequest) |
|
default ListQAppsIterable |
QAppsClient.listQAppsPaginator(ListQAppsRequest listQAppsRequest) |
|
default PredictQAppResponse |
QAppsClient.predictQApp(Consumer<PredictQAppRequest.Builder> predictQAppRequest) |
Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The
resulting app definition can be used to call CreateQApp.
|
default PredictQAppResponse |
QAppsClient.predictQApp(PredictQAppRequest predictQAppRequest) |
Generates an Amazon Q App definition based on either a conversation or a problem statement provided as input.The
resulting app definition can be used to call CreateQApp.
|
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 UpdateLibraryItemResponse |
QAppsClient.updateLibraryItem(Consumer<UpdateLibraryItemRequest.Builder> updateLibraryItemRequest) |
Updates the library item for an Amazon Q App.
|
default UpdateLibraryItemResponse |
QAppsClient.updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest) |
Updates the library item for an Amazon Q App.
|
default UpdateLibraryItemMetadataResponse |
QAppsClient.updateLibraryItemMetadata(Consumer<UpdateLibraryItemMetadataRequest.Builder> updateLibraryItemMetadataRequest) |
Updates the verification status of a library item for an Amazon Q App.
|
default UpdateLibraryItemMetadataResponse |
QAppsClient.updateLibraryItemMetadata(UpdateLibraryItemMetadataRequest updateLibraryItemMetadataRequest) |
Updates the verification status of a library item for an Amazon Q App.
|
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.
|
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.
|