Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DeleteKnowledgeBaseDocumentsResponse
-
Packages that use DeleteKnowledgeBaseDocumentsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of DeleteKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return DeleteKnowledgeBaseDocumentsResponse Modifier and Type Method Description default DeleteKnowledgeBaseDocumentsResponseBedrockAgentClient. deleteKnowledgeBaseDocuments(Consumer<DeleteKnowledgeBaseDocumentsRequest.Builder> deleteKnowledgeBaseDocumentsRequest)Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.default DeleteKnowledgeBaseDocumentsResponseBedrockAgentClient. deleteKnowledgeBaseDocuments(DeleteKnowledgeBaseDocumentsRequest deleteKnowledgeBaseDocumentsRequest)Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type DeleteKnowledgeBaseDocumentsResponse Modifier and Type Method Description default CompletableFuture<DeleteKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. deleteKnowledgeBaseDocuments(Consumer<DeleteKnowledgeBaseDocumentsRequest.Builder> deleteKnowledgeBaseDocumentsRequest)Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.default CompletableFuture<DeleteKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. deleteKnowledgeBaseDocuments(DeleteKnowledgeBaseDocumentsRequest deleteKnowledgeBaseDocumentsRequest)Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.
-