Uses of Class
software.amazon.awssdk.services.qapps.model.ListLibraryItemsResponse
-
Packages that use ListLibraryItemsResponse 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.paginators -
-
Uses of ListLibraryItemsResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return ListLibraryItemsResponse Modifier and Type Method Description default ListLibraryItemsResponseQAppsClient. 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 ListLibraryItemsResponseQAppsClient. listLibraryItems(ListLibraryItemsRequest listLibraryItemsRequest)Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type ListLibraryItemsResponse Modifier and Type Method Description default CompletableFuture<ListLibraryItemsResponse>QAppsAsyncClient. 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 CompletableFuture<ListLibraryItemsResponse>QAppsAsyncClient. listLibraryItems(ListLibraryItemsRequest listLibraryItemsRequest)Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account. -
Uses of ListLibraryItemsResponse in software.amazon.awssdk.services.qapps.paginators
Methods in software.amazon.awssdk.services.qapps.paginators that return types with arguments of type ListLibraryItemsResponse Modifier and Type Method Description Iterator<ListLibraryItemsResponse>ListLibraryItemsIterable. iterator()Method parameters in software.amazon.awssdk.services.qapps.paginators with type arguments of type ListLibraryItemsResponse Modifier and Type Method Description voidListLibraryItemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLibraryItemsResponse> subscriber)
-