| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness | |
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteDocumentResult> |
AbstractAWSQBusinessAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
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
index. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.clone() |
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q application.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDataSourceSyncId(String dataSourceSyncId)
The identifier of the data source sync during which the documents were deleted.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDocuments(Collection<DeleteDocument> documents)
Documents deleted from the Amazon Q index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDocuments(DeleteDocument... documents)
Documents deleted from the Amazon Q index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withIndexId(String indexId)
The identifier of the Amazon Q index that contains the documents to delete.
|
Copyright © 2024. All rights reserved.