| 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 |
|---|---|
ListQAppsResult |
AbstractAWSQApps.listQApps(ListQAppsRequest request) |
ListQAppsResult |
AWSQApps.listQApps(ListQAppsRequest listQAppsRequest)
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
ListQAppsResult |
AWSQAppsClient.listQApps(ListQAppsRequest request)
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
Future<ListQAppsResult> |
AbstractAWSQAppsAsync.listQAppsAsync(ListQAppsRequest request) |
Future<ListQAppsResult> |
AWSQAppsAsync.listQAppsAsync(ListQAppsRequest listQAppsRequest)
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
Future<ListQAppsResult> |
AWSQAppsAsyncClient.listQAppsAsync(ListQAppsRequest request) |
Future<ListQAppsResult> |
AbstractAWSQAppsAsync.listQAppsAsync(ListQAppsRequest request,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler) |
Future<ListQAppsResult> |
AWSQAppsAsync.listQAppsAsync(ListQAppsRequest listQAppsRequest,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler)
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
Future<ListQAppsResult> |
AWSQAppsAsyncClient.listQAppsAsync(ListQAppsRequest request,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListQAppsResult> |
AbstractAWSQAppsAsync.listQAppsAsync(ListQAppsRequest request,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler) |
Future<ListQAppsResult> |
AWSQAppsAsync.listQAppsAsync(ListQAppsRequest listQAppsRequest,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler)
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used
it from the library in the past.
|
Future<ListQAppsResult> |
AWSQAppsAsyncClient.listQAppsAsync(ListQAppsRequest request,
AsyncHandler<ListQAppsRequest,ListQAppsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListQAppsRequest |
ListQAppsRequest.clone() |
ListQAppsRequest |
ListQAppsRequest.withInstanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
|
ListQAppsRequest |
ListQAppsRequest.withLimit(Integer limit)
The maximum number of Q Apps to return in the response.
|
ListQAppsRequest |
ListQAppsRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
Copyright © 2025. All rights reserved.