Uses of Interface
software.amazon.awssdk.services.qbusiness.model.BatchDeleteDocumentResponse.Builder
-
Packages that use BatchDeleteDocumentResponse.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of BatchDeleteDocumentResponse.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return BatchDeleteDocumentResponse.Builder Modifier and Type Method Description static BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse. builder()BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(Collection<FailedDocument> failedDocuments)A list of documents that couldn't be removed from the Amazon Q Business index.BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(Consumer<FailedDocument.Builder>... failedDocuments)A list of documents that couldn't be removed from the Amazon Q Business index.BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse.Builder. failedDocuments(FailedDocument... failedDocuments)A list of documents that couldn't be removed from the Amazon Q Business index.BatchDeleteDocumentResponse.BuilderBatchDeleteDocumentResponse. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type BatchDeleteDocumentResponse.Builder Modifier and Type Method Description static Class<? extends BatchDeleteDocumentResponse.Builder>BatchDeleteDocumentResponse. serializableBuilderClass()
-