| 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<ListDocumentsResult> |
AWSQBusinessAsyncClient.listDocumentsAsync(ListDocumentsRequest request,
AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler) |
Future<ListDocumentsResult> |
AWSQBusinessAsync.listDocumentsAsync(ListDocumentsRequest listDocumentsRequest,
AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler)
A list of documents attached to an index.
|
Future<ListDocumentsResult> |
AbstractAWSQBusinessAsync.listDocumentsAsync(ListDocumentsRequest request,
AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsRequest |
ListDocumentsRequest.clone() |
ListDocumentsRequest |
ListDocumentsRequest.withApplicationId(String applicationId)
The identifier of the application id the documents are attached to.
|
ListDocumentsRequest |
ListDocumentsRequest.withDataSourceIds(Collection<String> dataSourceIds)
The identifier of the data sources the documents are attached to.
|
ListDocumentsRequest |
ListDocumentsRequest.withDataSourceIds(String... dataSourceIds)
The identifier of the data sources the documents are attached to.
|
ListDocumentsRequest |
ListDocumentsRequest.withIndexId(String indexId)
The identifier of the index the documents are attached to.
|
ListDocumentsRequest |
ListDocumentsRequest.withMaxResults(Integer maxResults)
The maximum number of documents to return.
|
ListDocumentsRequest |
ListDocumentsRequest.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 © 2025. All rights reserved.