Uses of Class
software.amazon.awssdk.services.qapps.model.UpdateLibraryItemResponse
-
Packages that use UpdateLibraryItemResponse 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 UpdateLibraryItemResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return UpdateLibraryItemResponse Modifier and Type Method Description default UpdateLibraryItemResponseQAppsClient. updateLibraryItem(Consumer<UpdateLibraryItemRequest.Builder> updateLibraryItemRequest)Updates the library item for an Amazon Q App.default UpdateLibraryItemResponseQAppsClient. updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest)Updates the library item for an Amazon Q App.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type UpdateLibraryItemResponse Modifier and Type Method Description default CompletableFuture<UpdateLibraryItemResponse>QAppsAsyncClient. updateLibraryItem(Consumer<UpdateLibraryItemRequest.Builder> updateLibraryItemRequest)Updates the library item for an Amazon Q App.default CompletableFuture<UpdateLibraryItemResponse>QAppsAsyncClient. updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest)Updates the library item for an Amazon Q App.
-