| 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 |
|---|---|
Future<UpdateLibraryItemResult> |
AbstractAWSQAppsAsync.updateLibraryItemAsync(UpdateLibraryItemRequest request,
AsyncHandler<UpdateLibraryItemRequest,UpdateLibraryItemResult> asyncHandler) |
Future<UpdateLibraryItemResult> |
AWSQAppsAsync.updateLibraryItemAsync(UpdateLibraryItemRequest updateLibraryItemRequest,
AsyncHandler<UpdateLibraryItemRequest,UpdateLibraryItemResult> asyncHandler)
Updates the metadata and status of a library item for an Amazon Q App.
|
Future<UpdateLibraryItemResult> |
AWSQAppsAsyncClient.updateLibraryItemAsync(UpdateLibraryItemRequest request,
AsyncHandler<UpdateLibraryItemRequest,UpdateLibraryItemResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.clone() |
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withCategories(Collection<String> categories)
The new categories to associate with the library item.
|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withCategories(String... categories)
The new categories to associate with the library item.
|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withLibraryItemId(String libraryItemId)
The unique identifier of the library item to update.
|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withStatus(LibraryItemStatus status)
The new status to set for the library item, such as "Published" or "Hidden".
|
UpdateLibraryItemRequest |
UpdateLibraryItemRequest.withStatus(String status)
The new status to set for the library item, such as "Published" or "Hidden".
|
Copyright © 2025. All rights reserved.