| 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 |
|---|---|
UpdateLibraryItemResult |
AbstractAWSQApps.updateLibraryItem(UpdateLibraryItemRequest request) |
UpdateLibraryItemResult |
AWSQApps.updateLibraryItem(UpdateLibraryItemRequest updateLibraryItemRequest)
Updates the metadata and status of a library item for an Amazon Q App.
|
UpdateLibraryItemResult |
AWSQAppsClient.updateLibraryItem(UpdateLibraryItemRequest request)
Updates the metadata and status of a library item for an Amazon Q App.
|
| 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 |
|---|---|
UpdateLibraryItemResult |
UpdateLibraryItemResult.clone() |
UpdateLibraryItemResult |
UpdateLibraryItemResult.withAppId(String appId)
The unique identifier of the Q App associated with the library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCategories(Category... categories)
The categories associated with the updated library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCategories(Collection<Category> categories)
The categories associated with the updated library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCreatedAt(Date createdAt)
The date and time the library item was originally created.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withCreatedBy(String createdBy)
The user who originally created the library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withLibraryItemId(String libraryItemId)
The unique identifier of the updated library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withRatingCount(Integer ratingCount)
The number of ratings the library item has received.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withStatus(String status)
The new status of the updated library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withUpdatedBy(String updatedBy)
The user who last updated the library item.
|
UpdateLibraryItemResult |
UpdateLibraryItemResult.withUserCount(Integer userCount)
The number of users who have the associated Q App.
|
Copyright © 2025. All rights reserved.