Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesRequest.Builder
Packages that use ListAgentKnowledgeBasesRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentKnowledgeBasesRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListAgentKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest) Lists knowledge bases associated with an agent and information about each one.default ListAgentKnowledgeBasesResponseBedrockAgentClient.listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest) Lists knowledge bases associated with an agent and information about each one.default ListAgentKnowledgeBasesPublisherBedrockAgentAsyncClient.listAgentKnowledgeBasesPaginator(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest) default ListAgentKnowledgeBasesIterableBedrockAgentClient.listAgentKnowledgeBasesPaginator(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest) This is a variant ofBedrockAgentClient.listAgentKnowledgeBases(software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesRequest)operation. -
Uses of ListAgentKnowledgeBasesRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent for which to return information about knowledge bases associated with it.ListAgentKnowledgeBasesRequest.Builder.agentVersion(String agentVersion) The version of the agent for which to return information about knowledge bases associated with it.ListAgentKnowledgeBasesRequest.builder()ListAgentKnowledgeBasesRequest.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.ListAgentKnowledgeBasesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAgentKnowledgeBasesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAgentKnowledgeBasesRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentKnowledgeBasesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentKnowledgeBasesRequest.Builder>ListAgentKnowledgeBasesRequest.serializableBuilderClass()