| 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 |
|---|---|
UpdateQAppResult |
AbstractAWSQApps.updateQApp(UpdateQAppRequest request) |
UpdateQAppResult |
AWSQApps.updateQApp(UpdateQAppRequest updateQAppRequest)
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
UpdateQAppResult |
AWSQAppsClient.updateQApp(UpdateQAppRequest request)
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateQAppResult> |
AbstractAWSQAppsAsync.updateQAppAsync(UpdateQAppRequest request) |
Future<UpdateQAppResult> |
AWSQAppsAsync.updateQAppAsync(UpdateQAppRequest updateQAppRequest)
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
Future<UpdateQAppResult> |
AWSQAppsAsyncClient.updateQAppAsync(UpdateQAppRequest request) |
Future<UpdateQAppResult> |
AbstractAWSQAppsAsync.updateQAppAsync(UpdateQAppRequest request,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler) |
Future<UpdateQAppResult> |
AWSQAppsAsync.updateQAppAsync(UpdateQAppRequest updateQAppRequest,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler)
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
Future<UpdateQAppResult> |
AWSQAppsAsyncClient.updateQAppAsync(UpdateQAppRequest request,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateQAppResult> |
AbstractAWSQAppsAsync.updateQAppAsync(UpdateQAppRequest request,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler) |
Future<UpdateQAppResult> |
AWSQAppsAsync.updateQAppAsync(UpdateQAppRequest updateQAppRequest,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler)
Updates an existing Amazon Q App, allowing modifications to its title, description, and definition.
|
Future<UpdateQAppResult> |
AWSQAppsAsyncClient.updateQAppAsync(UpdateQAppRequest request,
AsyncHandler<UpdateQAppRequest,UpdateQAppResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateQAppResult |
UpdateQAppResult.clone() |
UpdateQAppResult |
UpdateQAppResult.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withAppId(String appId)
The unique identifier of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withAppVersion(Integer appVersion)
The new version of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withCreatedAt(Date createdAt)
The date and time the Q App was originally created.
|
UpdateQAppResult |
UpdateQAppResult.withCreatedBy(String createdBy)
The user who originally created the Q App.
|
UpdateQAppResult |
UpdateQAppResult.withDescription(String description)
The new description of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withInitialPrompt(String initialPrompt)
The initial prompt for the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withRequiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withRequiredCapabilities(Collection<String> requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withRequiredCapabilities(String... requiredCapabilities)
The capabilities required for the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withStatus(AppStatus status)
The status of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withStatus(String status)
The status of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withTitle(String title)
The new title of the updated Q App.
|
UpdateQAppResult |
UpdateQAppResult.withUpdatedAt(Date updatedAt)
The date and time the Q App was last updated.
|
UpdateQAppResult |
UpdateQAppResult.withUpdatedBy(String updatedBy)
The user who last updated the Q App.
|
Copyright © 2025. All rights reserved.