| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
ListLibraryItemsResult |
AbstractAWSQApps.listLibraryItems(ListLibraryItemsRequest request) |
ListLibraryItemsResult |
AWSQApps.listLibraryItems(ListLibraryItemsRequest listLibraryItemsRequest)
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services
account.
|
ListLibraryItemsResult |
AWSQAppsClient.listLibraryItems(ListLibraryItemsRequest request)
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLibraryItemsResult> |
AbstractAWSQAppsAsync.listLibraryItemsAsync(ListLibraryItemsRequest request,
AsyncHandler<ListLibraryItemsRequest,ListLibraryItemsResult> asyncHandler) |
Future<ListLibraryItemsResult> |
AWSQAppsAsync.listLibraryItemsAsync(ListLibraryItemsRequest listLibraryItemsRequest,
AsyncHandler<ListLibraryItemsRequest,ListLibraryItemsResult> asyncHandler)
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services
account.
|
Future<ListLibraryItemsResult> |
AWSQAppsAsyncClient.listLibraryItemsAsync(ListLibraryItemsRequest request,
AsyncHandler<ListLibraryItemsRequest,ListLibraryItemsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLibraryItemsResult |
ListLibraryItemsResult.clone() |
ListLibraryItemsResult |
ListLibraryItemsResult.withLibraryItems(Collection<LibraryItemMember> libraryItems)
The list of library items meeting the request criteria.
|
ListLibraryItemsResult |
ListLibraryItemsResult.withLibraryItems(LibraryItemMember... libraryItems)
The list of library items meeting the request criteria.
|
ListLibraryItemsResult |
ListLibraryItemsResult.withNextToken(String nextToken)
The token to use to request the next page of results.
|
Copyright © 2025. All rights reserved.