Uses of Interface
software.amazon.awssdk.services.qbusiness.model.BatchDeleteDocumentRequest.Builder
-
Packages that use BatchDeleteDocumentRequest.Builder Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.model -
-
Uses of BatchDeleteDocumentRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type BatchDeleteDocumentRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteDocumentResponse>QBusinessAsyncClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index.default BatchDeleteDocumentResponseQBusinessClient. batchDeleteDocument(Consumer<BatchDeleteDocumentRequest.Builder> batchDeleteDocumentRequest)Asynchronously deletes one or more documents added using theBatchPutDocumentAPI from an Amazon Q Business index. -
Uses of BatchDeleteDocumentRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return BatchDeleteDocumentRequest.Builder Modifier and Type Method Description BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. applicationId(String applicationId)The identifier of the Amazon Q Business application.static BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest. builder()BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. dataSourceSyncId(String dataSourceSyncId)The identifier of the data source sync during which the documents were deleted.BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. documents(Collection<DeleteDocument> documents)Documents deleted from the Amazon Q Business index.BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. documents(Consumer<DeleteDocument.Builder>... documents)Documents deleted from the Amazon Q Business index.BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. documents(DeleteDocument... documents)Documents deleted from the Amazon Q Business index.BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. indexId(String indexId)The identifier of the Amazon Q Business index that contains the documents to delete.BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type BatchDeleteDocumentRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteDocumentRequest.Builder>BatchDeleteDocumentRequest. serializableBuilderClass()
-