| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListQAppsResult |
ListQAppsResult.clone() |
ListQAppsResult |
ListQAppsResult.withApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
|
ListQAppsResult |
ListQAppsResult.withApps(UserAppItem... apps)
The list of Amazon Q Apps meeting the request criteria.
|
ListQAppsResult |
ListQAppsResult.withNextToken(String nextToken)
The token to use to request the next page of results.
|
Copyright © 2025. All rights reserved.