Uses of Class
software.amazon.awssdk.services.qapps.model.ListLibraryItemsRequest
-
Packages that use ListLibraryItemsRequest 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 software.amazon.awssdk.services.qapps.transform -
-
Uses of ListLibraryItemsRequest in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps with parameters of type ListLibraryItemsRequest Modifier and Type Method Description 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.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.default ListLibraryItemsPublisherQAppsAsyncClient. listLibraryItemsPaginator(ListLibraryItemsRequest listLibraryItemsRequest)This is a variant ofQAppsAsyncClient.listLibraryItems(software.amazon.awssdk.services.qapps.model.ListLibraryItemsRequest)operation.default ListLibraryItemsIterableQAppsClient. listLibraryItemsPaginator(ListLibraryItemsRequest listLibraryItemsRequest)This is a variant ofQAppsClient.listLibraryItems(software.amazon.awssdk.services.qapps.model.ListLibraryItemsRequest)operation. -
Uses of ListLibraryItemsRequest in software.amazon.awssdk.services.qapps.paginators
Constructors in software.amazon.awssdk.services.qapps.paginators with parameters of type ListLibraryItemsRequest Constructor Description ListLibraryItemsIterable(QAppsClient client, ListLibraryItemsRequest firstRequest)ListLibraryItemsPublisher(QAppsAsyncClient client, ListLibraryItemsRequest firstRequest) -
Uses of ListLibraryItemsRequest in software.amazon.awssdk.services.qapps.transform
Methods in software.amazon.awssdk.services.qapps.transform with parameters of type ListLibraryItemsRequest Modifier and Type Method Description SdkHttpFullRequestListLibraryItemsRequestMarshaller. marshall(ListLibraryItemsRequest listLibraryItemsRequest)
-