Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBaseDocumentsResponse
-
Packages that use ListKnowledgeBaseDocumentsResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListKnowledgeBaseDocumentsResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListKnowledgeBaseDocumentsResponse Modifier and Type Method Description default ListKnowledgeBaseDocumentsResponseBedrockAgentClient. listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest)Retrieves all the documents contained in a data source that is connected to a knowledge base.default ListKnowledgeBaseDocumentsResponseBedrockAgentClient. 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 ListKnowledgeBaseDocumentsResponse Modifier and Type Method Description default CompletableFuture<ListKnowledgeBaseDocumentsResponse>BedrockAgentAsyncClient. listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest)Retrieves all the documents contained in a data source that is connected to a knowledge base.default CompletableFuture<ListKnowledgeBaseDocumentsResponse>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 ListKnowledgeBaseDocumentsResponse Modifier and Type Method Description Iterator<ListKnowledgeBaseDocumentsResponse>ListKnowledgeBaseDocumentsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListKnowledgeBaseDocumentsResponse Modifier and Type Method Description voidListKnowledgeBaseDocumentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKnowledgeBaseDocumentsResponse> subscriber)
-