| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPluginsResult> |
AWSQBusinessAsyncClient.listPluginsAsync(ListPluginsRequest request,
AsyncHandler<ListPluginsRequest,ListPluginsResult> asyncHandler) |
Future<ListPluginsResult> |
AWSQBusinessAsync.listPluginsAsync(ListPluginsRequest listPluginsRequest,
AsyncHandler<ListPluginsRequest,ListPluginsResult> asyncHandler)
Lists configured Amazon Q Business plugins.
|
Future<ListPluginsResult> |
AbstractAWSQBusinessAsync.listPluginsAsync(ListPluginsRequest request,
AsyncHandler<ListPluginsRequest,ListPluginsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPluginsRequest |
ListPluginsRequest.clone() |
ListPluginsRequest |
ListPluginsRequest.withApplicationId(String applicationId)
The identifier of the application the plugin is attached to.
|
ListPluginsRequest |
ListPluginsRequest.withMaxResults(Integer maxResults)
The maximum number of documents to return.
|
ListPluginsRequest |
ListPluginsRequest.withNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
Copyright © 2024. All rights reserved.