| 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 |
|---|---|
ListDocumentsResult |
AWSQBusinessClient.listDocuments(ListDocumentsRequest request)
A list of documents attached to an index.
|
ListDocumentsResult |
AbstractAWSQBusiness.listDocuments(ListDocumentsRequest request) |
ListDocumentsResult |
AWSQBusiness.listDocuments(ListDocumentsRequest listDocumentsRequest)
A list of documents attached to an index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDocumentsResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.listDocumentsAsync(ListDocumentsRequest request,
AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDocumentsResult |
ListDocumentsResult.clone() |
ListDocumentsResult |
ListDocumentsResult.withDocumentDetailList(Collection<DocumentDetails> documentDetailList)
A list of document details.
|
ListDocumentsResult |
ListDocumentsResult.withDocumentDetailList(DocumentDetails... documentDetailList)
A list of document details.
|
ListDocumentsResult |
ListDocumentsResult.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.