| 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 |
AbstractAWSQBusiness.batchDeleteDocument(BatchDeleteDocumentRequest request) |
BatchDeleteDocumentResult |
AWSQBusiness.batchDeleteDocument(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
BatchDeleteDocumentResult |
AWSQBusinessClient.batchDeleteDocument(BatchDeleteDocumentRequest request)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
Future<BatchDeleteDocumentResult> |
AbstractAWSQBusinessAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request) |
Future<BatchDeleteDocumentResult> |
AWSQBusinessAsync.batchDeleteDocumentAsync(BatchDeleteDocumentRequest batchDeleteDocumentRequest)
Asynchronously deletes one or more documents added using the
BatchPutDocument API from an Amazon Q
Business index. |
Future<BatchDeleteDocumentResult> |
AWSQBusinessAsyncClient.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request) |
Future<BatchDeleteDocumentResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteDocumentResult> |
AbstractAWSQBusinessAsync.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> |
AWSQBusinessAsyncClient.batchDeleteDocumentAsync(BatchDeleteDocumentRequest request,
AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.clone() |
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business 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 Business index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withDocuments(DeleteDocument... documents)
Documents deleted from the Amazon Q Business index.
|
BatchDeleteDocumentRequest |
BatchDeleteDocumentRequest.withIndexId(String indexId)
The identifier of the Amazon Q Business index that contains the documents to delete.
|
Copyright © 2025. All rights reserved.