| 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 |
|---|---|
StartQAppSessionResult |
AbstractAWSQApps.startQAppSession(StartQAppSessionRequest request) |
StartQAppSessionResult |
AWSQApps.startQAppSession(StartQAppSessionRequest startQAppSessionRequest)
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
StartQAppSessionResult |
AWSQAppsClient.startQAppSession(StartQAppSessionRequest request)
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartQAppSessionResult> |
AbstractAWSQAppsAsync.startQAppSessionAsync(StartQAppSessionRequest request,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler) |
Future<StartQAppSessionResult> |
AWSQAppsAsync.startQAppSessionAsync(StartQAppSessionRequest startQAppSessionRequest,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler)
Starts a new session for an Amazon Q App, allowing inputs to be provided and the app to be run.
|
Future<StartQAppSessionResult> |
AWSQAppsAsyncClient.startQAppSessionAsync(StartQAppSessionRequest request,
AsyncHandler<StartQAppSessionRequest,StartQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartQAppSessionResult |
StartQAppSessionResult.clone() |
StartQAppSessionResult |
StartQAppSessionResult.withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the new Q App session.
|
StartQAppSessionResult |
StartQAppSessionResult.withSessionId(String sessionId)
The unique identifier of the new Q App session.
|
Copyright © 2025. All rights reserved.