| 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 |
|---|---|
BatchDeleteDocumentResult |
AWSQBusinessClient.batchDeleteDocument(BatchDeleteDocumentRequest request)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
BatchDeleteDocumentResult |
AWSQBusiness.batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
BatchDeleteDocumentResult |
AbstractAWSQBusiness.batchDeleteDocument(BatchDeleteDocumentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteDocumentResult> |
AWSQBusinessAsyncClient.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
Future<BatchDeleteDocumentResult> |
AWSQBusinessAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest batchDeleteDocumentRequest,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
Future<BatchDeleteDocumentResult> |
AbstractAWSQBusinessAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.clone() |
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(Collection<FailedDocument> failedDocuments)
A list of documents that couldn't be removed from the Amazon Q Business index.
|
BatchDeleteDocumentResult |
BatchDeleteDocumentResult.withFailedDocuments(FailedDocument... failedDocuments)
A list of documents that couldn't be removed from the Amazon Q Business index.
|
Copyright © 2025. All rights reserved.