| 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 |
|---|---|
Future<UpdateQAppSessionResult> |
AbstractAWSQAppsAsync.updateQAppSessionAsync(UpdateQAppSessionRequest request,
AsyncHandler<UpdateQAppSessionRequest,UpdateQAppSessionResult> asyncHandler) |
Future<UpdateQAppSessionResult> |
AWSQAppsAsync.updateQAppSessionAsync(UpdateQAppSessionRequest updateQAppSessionRequest,
AsyncHandler<UpdateQAppSessionRequest,UpdateQAppSessionResult> asyncHandler)
Updates the session for a given Q App
sessionId. |
Future<UpdateQAppSessionResult> |
AWSQAppsAsyncClient.updateQAppSessionAsync(UpdateQAppSessionRequest request,
AsyncHandler<UpdateQAppSessionRequest,UpdateQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.clone() |
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withSessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withValues(CardValue... values)
The input values to provide for the current state of the Q App session.
|
UpdateQAppSessionRequest |
UpdateQAppSessionRequest.withValues(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
|
Copyright © 2025. All rights reserved.