| 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 |
|---|---|
CreateLibraryItemResult |
AbstractAWSQApps.createLibraryItem(CreateLibraryItemRequest request) |
CreateLibraryItemResult |
AWSQApps.createLibraryItem(CreateLibraryItemRequest createLibraryItemRequest)
Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
|
CreateLibraryItemResult |
AWSQAppsClient.createLibraryItem(CreateLibraryItemRequest request)
Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLibraryItemResult> |
AbstractAWSQAppsAsync.createLibraryItemAsync(CreateLibraryItemRequest request,
AsyncHandler<CreateLibraryItemRequest,CreateLibraryItemResult> asyncHandler) |
Future<CreateLibraryItemResult> |
AWSQAppsAsync.createLibraryItemAsync(CreateLibraryItemRequest createLibraryItemRequest,
AsyncHandler<CreateLibraryItemRequest,CreateLibraryItemResult> asyncHandler)
Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.
|
Future<CreateLibraryItemResult> |
AWSQAppsAsyncClient.createLibraryItemAsync(CreateLibraryItemRequest request,
AsyncHandler<CreateLibraryItemRequest,CreateLibraryItemResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLibraryItemResult |
CreateLibraryItemResult.clone() |
CreateLibraryItemResult |
CreateLibraryItemResult.withCreatedAt(Date createdAt)
The date and time the library item was created.
|
CreateLibraryItemResult |
CreateLibraryItemResult.withCreatedBy(String createdBy)
The user who created the library item.
|
CreateLibraryItemResult |
CreateLibraryItemResult.withLibraryItemId(String libraryItemId)
The unique identifier of the new library item.
|
CreateLibraryItemResult |
CreateLibraryItemResult.withRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
|
CreateLibraryItemResult |
CreateLibraryItemResult.withStatus(String status)
The status of the new library item, such as "Published".
|
CreateLibraryItemResult |
CreateLibraryItemResult.withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
CreateLibraryItemResult |
CreateLibraryItemResult.withUpdatedBy(String updatedBy)
The user who last updated the library item.
|
Copyright © 2025. All rights reserved.