| 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.
|
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 |
|---|---|
CreateQAppRequest |
CreateQAppRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateQAppRequest |
CreateQAppRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateQAppRequest |
CreateQAppRequest.clone() |
CreateQAppRequest |
CreateQAppRequest.withAppDefinition(AppDefinitionInput appDefinition)
The definition of the new Q App, specifying the cards and flow.
|
CreateQAppRequest |
CreateQAppRequest.withDescription(String description)
The description of the new Q App.
|
CreateQAppRequest |
CreateQAppRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
CreateQAppRequest |
CreateQAppRequest.withTags(Map<String,String> tags)
Optional tags to associate with the new Q App.
|
CreateQAppRequest |
CreateQAppRequest.withTitle(String title)
The title of the new Q App.
|
Copyright © 2025. All rights reserved.