| 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 |
|---|---|
CreateQAppResult |
AbstractAWSQApps.createQApp(CreateQAppRequest request) |
CreateQAppResult |
AWSQApps.createQApp(CreateQAppRequest createQAppRequest)
Creates a new Amazon Q App based on the provided definition.
|
CreateQAppResult |
AWSQAppsClient.createQApp(CreateQAppRequest request)
Creates a new Amazon Q App based on the provided definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateQAppResult> |
AbstractAWSQAppsAsync.createQAppAsync(CreateQAppRequest request) |
Future<CreateQAppResult> |
AWSQAppsAsync.createQAppAsync(CreateQAppRequest createQAppRequest)
Creates a new Amazon Q App based on the provided definition.
|
Future<CreateQAppResult> |
AWSQAppsAsyncClient.createQAppAsync(CreateQAppRequest request) |
Future<CreateQAppResult> |
AbstractAWSQAppsAsync.createQAppAsync(CreateQAppRequest request,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler) |
Future<CreateQAppResult> |
AWSQAppsAsync.createQAppAsync(CreateQAppRequest createQAppRequest,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler)
Creates a new Amazon Q App based on the provided definition.
|
Future<CreateQAppResult> |
AWSQAppsAsyncClient.createQAppAsync(CreateQAppRequest request,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateQAppResult> |
AbstractAWSQAppsAsync.createQAppAsync(CreateQAppRequest request,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler) |
Future<CreateQAppResult> |
AWSQAppsAsync.createQAppAsync(CreateQAppRequest createQAppRequest,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler)
Creates a new Amazon Q App based on the provided definition.
|
Future<CreateQAppResult> |
AWSQAppsAsyncClient.createQAppAsync(CreateQAppRequest request,
AsyncHandler<CreateQAppRequest,CreateQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateQAppResult |
CreateQAppResult.clone() |
CreateQAppResult |
CreateQAppResult.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the new Q App.
|
CreateQAppResult |
CreateQAppResult.withAppId(String appId)
The unique identifier of the new Q App.
|
CreateQAppResult |
CreateQAppResult.withAppVersion(Integer appVersion)
The version of the new Q App.
|
CreateQAppResult |
CreateQAppResult.withCreatedAt(Date createdAt)
The date and time the Q App was created.
|
CreateQAppResult |
CreateQAppResult.withCreatedBy(String createdBy)
The user who created the Q App.
|
CreateQAppResult |
CreateQAppResult.withDescription(String description)
The description of the new Q App.
|
CreateQAppResult |
CreateQAppResult.withInitialPrompt(String initialPrompt)
The initial prompt displayed when the Q App is started.
|
CreateQAppResult |
CreateQAppResult.withRequiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResult |
CreateQAppResult.withRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResult |
CreateQAppResult.withRequiredCapabilities(String... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResult |
CreateQAppResult.withStatus(AppStatus status)
The status of the new Q App, such as "Created".
|
CreateQAppResult |
CreateQAppResult.withStatus(String status)
The status of the new Q App, such as "Created".
|
CreateQAppResult |
CreateQAppResult.withTitle(String title)
The title of the new Q App.
|
CreateQAppResult |
CreateQAppResult.withUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
|
CreateQAppResult |
CreateQAppResult.withUpdatedBy(String updatedBy)
The user who last updated the Q App.
|
Copyright © 2025. All rights reserved.