Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBaseDocumentsRequest.Builder
Packages that use ListKnowledgeBaseDocumentsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListKnowledgeBaseDocumentsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentClient.listKnowledgeBaseDocuments(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) Retrieves all the documents contained in a data source that is connected to a knowledge base.BedrockAgentAsyncClient.listKnowledgeBaseDocumentsPaginator(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) BedrockAgentClient.listKnowledgeBaseDocumentsPaginator(Consumer<ListKnowledgeBaseDocumentsRequest.Builder> listKnowledgeBaseDocumentsRequest) -
Uses of ListKnowledgeBaseDocumentsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionListKnowledgeBaseDocumentsRequest.builder()ListKnowledgeBaseDocumentsRequest.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source that contains the documents.ListKnowledgeBaseDocumentsRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base that is connected to the data source.ListKnowledgeBaseDocumentsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in the response.If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListKnowledgeBaseDocumentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListKnowledgeBaseDocumentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListKnowledgeBaseDocumentsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKnowledgeBaseDocumentsRequest.Builder>ListKnowledgeBaseDocumentsRequest.serializableBuilderClass()