Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesResponse.Builder
Packages that use ListAgentKnowledgeBasesResponse.Builder
-
Uses of ListAgentKnowledgeBasesResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListAgentKnowledgeBasesResponse.BuilderModifier and TypeMethodDescriptionListAgentKnowledgeBasesResponse.Builder.agentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries) A list of objects, each of which contains information about a knowledge base associated with the agent.ListAgentKnowledgeBasesResponse.Builder.agentKnowledgeBaseSummaries(Consumer<AgentKnowledgeBaseSummary.Builder>... agentKnowledgeBaseSummaries) A list of objects, each of which contains information about a knowledge base associated with the agent.ListAgentKnowledgeBasesResponse.Builder.agentKnowledgeBaseSummaries(AgentKnowledgeBaseSummary... agentKnowledgeBaseSummaries) A list of objects, each of which contains information about a knowledge base associated with the agent.ListAgentKnowledgeBasesResponse.builder()If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListAgentKnowledgeBasesResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListAgentKnowledgeBasesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAgentKnowledgeBasesResponse.Builder>ListAgentKnowledgeBasesResponse.serializableBuilderClass()