| 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 |
|---|---|
GetQAppResult |
AbstractAWSQApps.getQApp(GetQAppRequest request) |
GetQAppResult |
AWSQApps.getQApp(GetQAppRequest getQAppRequest)
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
GetQAppResult |
AWSQAppsClient.getQApp(GetQAppRequest request)
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetQAppResult> |
AbstractAWSQAppsAsync.getQAppAsync(GetQAppRequest request) |
Future<GetQAppResult> |
AWSQAppsAsync.getQAppAsync(GetQAppRequest getQAppRequest)
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
Future<GetQAppResult> |
AWSQAppsAsyncClient.getQAppAsync(GetQAppRequest request) |
Future<GetQAppResult> |
AbstractAWSQAppsAsync.getQAppAsync(GetQAppRequest request,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler) |
Future<GetQAppResult> |
AWSQAppsAsync.getQAppAsync(GetQAppRequest getQAppRequest,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler)
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
Future<GetQAppResult> |
AWSQAppsAsyncClient.getQAppAsync(GetQAppRequest request,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetQAppResult> |
AbstractAWSQAppsAsync.getQAppAsync(GetQAppRequest request,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler) |
Future<GetQAppResult> |
AWSQAppsAsync.getQAppAsync(GetQAppRequest getQAppRequest,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler)
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
|
Future<GetQAppResult> |
AWSQAppsAsyncClient.getQAppAsync(GetQAppRequest request,
AsyncHandler<GetQAppRequest,GetQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetQAppResult |
GetQAppResult.clone() |
GetQAppResult |
GetQAppResult.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Q App.
|
GetQAppResult |
GetQAppResult.withAppDefinition(AppDefinition appDefinition)
The full definition of the Q App, specifying the cards and flow.
|
GetQAppResult |
GetQAppResult.withAppId(String appId)
The unique identifier of the Q App.
|
GetQAppResult |
GetQAppResult.withAppVersion(Integer appVersion)
The version of the Q App.
|
GetQAppResult |
GetQAppResult.withCreatedAt(Date createdAt)
The date and time the Q App was created.
|
GetQAppResult |
GetQAppResult.withCreatedBy(String createdBy)
The user who created the Q App.
|
GetQAppResult |
GetQAppResult.withDescription(String description)
The description of the Q App.
|
GetQAppResult |
GetQAppResult.withInitialPrompt(String initialPrompt)
The initial prompt displayed when the Q App is started.
|
GetQAppResult |
GetQAppResult.withRequiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
GetQAppResult |
GetQAppResult.withRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
GetQAppResult |
GetQAppResult.withRequiredCapabilities(String... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
GetQAppResult |
GetQAppResult.withStatus(AppStatus status)
The status of the Q App.
|
GetQAppResult |
GetQAppResult.withStatus(String status)
The status of the Q App.
|
GetQAppResult |
GetQAppResult.withTitle(String title)
The title of the Q App.
|
GetQAppResult |
GetQAppResult.withUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
|
GetQAppResult |
GetQAppResult.withUpdatedBy(String updatedBy)
The user who last updated the Q App.
|
Copyright © 2025. All rights reserved.