Uses of Class
software.amazon.awssdk.services.qapps.model.DisassociateLibraryItemReviewResponse
-
Packages that use DisassociateLibraryItemReviewResponse 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 DisassociateLibraryItemReviewResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return DisassociateLibraryItemReviewResponse Modifier and Type Method Description default DisassociateLibraryItemReviewResponseQAppsClient. disassociateLibraryItemReview(Consumer<DisassociateLibraryItemReviewRequest.Builder> disassociateLibraryItemReviewRequest)Removes a rating or review previously submitted by the user for a library item.default DisassociateLibraryItemReviewResponseQAppsClient. disassociateLibraryItemReview(DisassociateLibraryItemReviewRequest disassociateLibraryItemReviewRequest)Removes a rating or review previously submitted by the user for a library item.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type DisassociateLibraryItemReviewResponse Modifier and Type Method Description default CompletableFuture<DisassociateLibraryItemReviewResponse>QAppsAsyncClient. disassociateLibraryItemReview(Consumer<DisassociateLibraryItemReviewRequest.Builder> disassociateLibraryItemReviewRequest)Removes a rating or review previously submitted by the user for a library item.default CompletableFuture<DisassociateLibraryItemReviewResponse>QAppsAsyncClient. disassociateLibraryItemReview(DisassociateLibraryItemReviewRequest disassociateLibraryItemReviewRequest)Removes a rating or review previously submitted by the user for a library item.
-