Uses of Class
software.amazon.awssdk.services.qapps.model.AssociateLibraryItemReviewRequest
-
Packages that use AssociateLibraryItemReviewRequest 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.software.amazon.awssdk.services.qapps.transform -
-
Uses of AssociateLibraryItemReviewRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type AssociateLibraryItemReviewRequest Modifier and Type Method Description default CompletableFuture<AssociateLibraryItemReviewResponse>QAppsAsyncClient. associateLibraryItemReview(AssociateLibraryItemReviewRequest 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. -
Uses of AssociateLibraryItemReviewRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type AssociateLibraryItemReviewRequest Modifier and Type Method Description SdkHttpFullRequestAssociateLibraryItemReviewRequestMarshaller. marshall(AssociateLibraryItemReviewRequest associateLibraryItemReviewRequest)
-