Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBaseDocumentsResponse
Packages that use ListKnowledgeBaseDocumentsResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentClient.listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentClient.listKnowledgeBaseDocuments(ListKnowledgeBaseDocumentsRequest listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentAsyncClient.listKnowledgeBaseDocuments(ListKnowledgeBaseDocumentsRequest listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base. -
Uses of ListKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListKnowledgeBaseDocumentsResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListKnowledgeBaseDocumentsResponseModifier and TypeMethodDescriptionvoidListKnowledgeBaseDocumentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKnowledgeBaseDocumentsResponse> subscriber)