Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DeleteKnowledgeBaseDocumentsResponse
Packages that use DeleteKnowledgeBaseDocumentsResponse
Package
Description
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 DeleteKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentClient.deleteKnowledgeBaseDocuments(Consumer<DeleteKnowledgeBaseDocumentsRequest.Builder> deleteKnowledgeBaseDocumentsRequest) Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.BedrockAgentClient.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 DeleteKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.deleteKnowledgeBaseDocuments(Consumer<DeleteKnowledgeBaseDocumentsRequest.Builder> deleteKnowledgeBaseDocumentsRequest) Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.BedrockAgentAsyncClient.deleteKnowledgeBaseDocuments(DeleteKnowledgeBaseDocumentsRequest deleteKnowledgeBaseDocumentsRequest) Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it.