| 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 |
|---|---|
Future<BatchPutDocumentResult> |
AWSQBusinessAsyncClient.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.
|
Future<BatchPutDocumentResult> |
AbstractAWSQBusinessAsync.batchPutDocumentAsync(BatchPutDocumentRequest request,
AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentRequest |
BatchPutDocumentRequest.clone() |
BatchPutDocumentRequest |
BatchPutDocumentRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDataSourceSyncId(String dataSourceSyncId)
The identifier of the data source sync during which the documents were added.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Document... documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withIndexId(String indexId)
The identifier of the Amazon Q Business index to add the documents to.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket.
|
Copyright © 2025. All rights reserved.