Uses of Class
software.amazon.awssdk.services.qbusiness.model.DeleteDocument
-
Packages that use DeleteDocument Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DeleteDocument in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DeleteDocument Modifier and Type Method Description List<DeleteDocument>BatchDeleteDocumentRequest. documents()Documents deleted from the Amazon Q Business index.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DeleteDocument Modifier and Type Method Description BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. documents(DeleteDocument... documents)Documents deleted from the Amazon Q Business index.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DeleteDocument Modifier and Type Method Description BatchDeleteDocumentRequest.BuilderBatchDeleteDocumentRequest.Builder. documents(Collection<DeleteDocument> documents)Documents deleted from the Amazon Q Business index.
-