| 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.
|
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 |
|---|---|
UpdateQAppRequest |
UpdateQAppRequest.clone() |
UpdateQAppRequest |
UpdateQAppRequest.withAppDefinition(AppDefinitionInput appDefinition)
The new definition specifying the cards and flow for the Q App.
|
UpdateQAppRequest |
UpdateQAppRequest.withAppId(String appId)
The unique identifier of the Q App to update.
|
UpdateQAppRequest |
UpdateQAppRequest.withDescription(String description)
The new description for the Q App.
|
UpdateQAppRequest |
UpdateQAppRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
UpdateQAppRequest |
UpdateQAppRequest.withTitle(String title)
The new title for the Q App.
|
Copyright © 2025. All rights reserved.