Uses of Class
software.amazon.awssdk.services.qapps.model.AssociateLibraryItemReviewResponse
-
Packages that use AssociateLibraryItemReviewResponse 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 AssociateLibraryItemReviewResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return AssociateLibraryItemReviewResponse Modifier and Type Method Description default AssociateLibraryItemReviewResponseQAppsClient. associateLibraryItemReview(Consumer<AssociateLibraryItemReviewRequest.Builder> associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request.default AssociateLibraryItemReviewResponseQAppsClient. associateLibraryItemReview(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type AssociateLibraryItemReviewResponse Modifier and Type Method Description default CompletableFuture<AssociateLibraryItemReviewResponse>QAppsAsyncClient. associateLibraryItemReview(Consumer<AssociateLibraryItemReviewRequest.Builder> associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request.default CompletableFuture<AssociateLibraryItemReviewResponse>QAppsAsyncClient. associateLibraryItemReview(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request.
-