| 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.
|
Future<CreateLibraryItemResult> |
AbstractAWSQAppsAsync.createLibraryItemAsync(CreateLibraryItemRequest request) |
Future<CreateLibraryItemResult> |
AWSQAppsAsync.createLibraryItemAsync(CreateLibraryItemRequest createLibraryItemRequest)
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) |
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 |
|---|---|
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 |
|---|---|
CreateLibraryItemRequest |
CreateLibraryItemRequest.clone() |
CreateLibraryItemRequest |
CreateLibraryItemRequest.withAppId(String appId)
The unique identifier of the Amazon Q App to publish to the library.
|
CreateLibraryItemRequest |
CreateLibraryItemRequest.withAppVersion(Integer appVersion)
The version of the Amazon Q App to publish to the library.
|
CreateLibraryItemRequest |
CreateLibraryItemRequest.withCategories(Collection<String> categories)
The categories to associate with the library item for easier discovery.
|
CreateLibraryItemRequest |
CreateLibraryItemRequest.withCategories(String... categories)
The categories to associate with the library item for easier discovery.
|
CreateLibraryItemRequest |
CreateLibraryItemRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
Copyright © 2025. All rights reserved.