| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.builder() |
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.Builder.failedDocuments(BatchDeleteDocumentResponseFailedDocument... failedDocuments)
A list of documents that could not be removed from the index.
|
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.Builder.failedDocuments(Collection<BatchDeleteDocumentResponseFailedDocument> failedDocuments)
A list of documents that could not be removed from the index.
|
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.Builder.failedDocuments(Consumer<BatchDeleteDocumentResponseFailedDocument.Builder>... failedDocuments)
A list of documents that could not be removed from the index.
|
BatchDeleteDocumentResponse.Builder |
BatchDeleteDocumentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteDocumentResponse.Builder> |
BatchDeleteDocumentResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.