| 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 |
|---|---|
StopQAppSessionResult |
AbstractAWSQApps.stopQAppSession(StopQAppSessionRequest request) |
StopQAppSessionResult |
AWSQApps.stopQAppSession(StopQAppSessionRequest stopQAppSessionRequest)
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
StopQAppSessionResult |
AWSQAppsClient.stopQAppSession(StopQAppSessionRequest request)
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
Future<StopQAppSessionResult> |
AbstractAWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest request) |
Future<StopQAppSessionResult> |
AWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest stopQAppSessionRequest)
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
Future<StopQAppSessionResult> |
AWSQAppsAsyncClient.stopQAppSessionAsync(StopQAppSessionRequest request) |
Future<StopQAppSessionResult> |
AbstractAWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest request,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler) |
Future<StopQAppSessionResult> |
AWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest stopQAppSessionRequest,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler)
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
Future<StopQAppSessionResult> |
AWSQAppsAsyncClient.stopQAppSessionAsync(StopQAppSessionRequest request,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopQAppSessionResult> |
AbstractAWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest request,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler) |
Future<StopQAppSessionResult> |
AWSQAppsAsync.stopQAppSessionAsync(StopQAppSessionRequest stopQAppSessionRequest,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler)
Stops an active session for an Amazon Q App.This deletes all data related to the session and makes it invalid for
future uses.
|
Future<StopQAppSessionResult> |
AWSQAppsAsyncClient.stopQAppSessionAsync(StopQAppSessionRequest request,
AsyncHandler<StopQAppSessionRequest,StopQAppSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopQAppSessionRequest |
StopQAppSessionRequest.clone() |
StopQAppSessionRequest |
StopQAppSessionRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
StopQAppSessionRequest |
StopQAppSessionRequest.withSessionId(String sessionId)
The unique identifier of the Q App session to stop.
|
Copyright © 2025. All rights reserved.