| 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 |
|---|---|
GetQAppSessionResult |
AbstractAWSQApps.getQAppSession(GetQAppSessionRequest request) |
GetQAppSessionResult |
AWSQApps.getQAppSession(GetQAppSessionRequest getQAppSessionRequest)
Retrieves the current state and results for an active session of an Amazon Q App.
|
GetQAppSessionResult |
AWSQAppsClient.getQAppSession(GetQAppSessionRequest request)
Retrieves the current state and results for an active session of an Amazon Q App.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetQAppSessionResult> |
AbstractAWSQAppsAsync.getQAppSessionAsync(GetQAppSessionRequest request,
AsyncHandler<GetQAppSessionRequest,GetQAppSessionResult> asyncHandler) |
Future<GetQAppSessionResult> |
AWSQAppsAsync.getQAppSessionAsync(GetQAppSessionRequest getQAppSessionRequest,
AsyncHandler<GetQAppSessionRequest,GetQAppSessionResult> asyncHandler)
Retrieves the current state and results for an active session of an Amazon Q App.
|
Future<GetQAppSessionResult> |
AWSQAppsAsyncClient.getQAppSessionAsync(GetQAppSessionRequest request,
AsyncHandler<GetQAppSessionRequest,GetQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetQAppSessionResult |
GetQAppSessionResult.addCardStatusEntry(String key,
CardStatus value)
Add a single CardStatus entry
|
GetQAppSessionResult |
GetQAppSessionResult.clearCardStatusEntries()
Removes all the entries added into CardStatus.
|
GetQAppSessionResult |
GetQAppSessionResult.clone() |
GetQAppSessionResult |
GetQAppSessionResult.withCardStatus(Map<String,CardStatus> cardStatus)
The current status for each card in the Q App session.
|
GetQAppSessionResult |
GetQAppSessionResult.withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the Q App session.
|
GetQAppSessionResult |
GetQAppSessionResult.withSessionId(String sessionId)
The unique identifier of the Q App session.
|
GetQAppSessionResult |
GetQAppSessionResult.withStatus(ExecutionStatus status)
The current status of the Q App session.
|
GetQAppSessionResult |
GetQAppSessionResult.withStatus(String status)
The current status of the Q App session.
|
Copyright © 2025. All rights reserved.