| 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 |
|---|---|
BatchPutDocumentResult |
AWSQBusinessClient.batchPutDocument(BatchPutDocumentRequest request)
Adds one or more documents to an Amazon Q Business index.
|
BatchPutDocumentResult |
AbstractAWSQBusiness.batchPutDocument(BatchPutDocumentRequest request) |
BatchPutDocumentResult |
AWSQBusiness.batchPutDocument(BatchPutDocumentRequest batchPutDocumentRequest)
Adds one or more documents to an Amazon Q Business index.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchPutDocumentResult> |
AWSQBusinessAsyncClient.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
Future<BatchPutDocumentResult> |
AbstractAWSQBusinessAsync.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
Future<BatchPutDocumentResult> |
AWSQBusinessAsync.batchPutDocumentAsync(BatchPutDocumentRequest batchPutDocumentRequest,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler)
Adds one or more documents to an Amazon Q Business index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentResult |
BatchPutDocumentResult.clone() |
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
BatchPutDocumentResult |
BatchPutDocumentResult.withFailedDocuments(FailedDocument... failedDocuments)
A list of documents that were not added to the Amazon Q Business index because the document failed a validation
check.
|
Copyright © 2024. All rights reserved.