Uses of Class
software.amazon.awssdk.services.kendra.model.BatchGetDocumentStatusResponse
-
Packages that use BatchGetDocumentStatusResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of BatchGetDocumentStatusResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return BatchGetDocumentStatusResponse Modifier and Type Method Description default BatchGetDocumentStatusResponseKendraClient. batchGetDocumentStatus(Consumer<BatchGetDocumentStatusRequest.Builder> batchGetDocumentStatusRequest)Returns the indexing status for one or more documents submitted with the BatchPutDocument API.default BatchGetDocumentStatusResponseKendraClient. batchGetDocumentStatus(BatchGetDocumentStatusRequest batchGetDocumentStatusRequest)Returns the indexing status for one or more documents submitted with the BatchPutDocument API.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type BatchGetDocumentStatusResponse Modifier and Type Method Description default CompletableFuture<BatchGetDocumentStatusResponse>KendraAsyncClient. batchGetDocumentStatus(Consumer<BatchGetDocumentStatusRequest.Builder> batchGetDocumentStatusRequest)Returns the indexing status for one or more documents submitted with the BatchPutDocument API.default CompletableFuture<BatchGetDocumentStatusResponse>KendraAsyncClient. batchGetDocumentStatus(BatchGetDocumentStatusRequest batchGetDocumentStatusRequest)Returns the indexing status for one or more documents submitted with the BatchPutDocument API.
-