Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentKnowledgeBaseSummary
-
Packages that use AgentKnowledgeBaseSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of AgentKnowledgeBaseSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentKnowledgeBaseSummary Modifier and Type Method Description List<AgentKnowledgeBaseSummary>ListAgentKnowledgeBasesResponse. agentKnowledgeBaseSummaries()A list of objects, each of which contains information about a knowledge base associated with the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentKnowledgeBaseSummary Modifier and Type Method Description ListAgentKnowledgeBasesResponse.BuilderListAgentKnowledgeBasesResponse.Builder. agentKnowledgeBaseSummaries(AgentKnowledgeBaseSummary... agentKnowledgeBaseSummaries)A list of objects, each of which contains information about a knowledge base associated with the agent.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentKnowledgeBaseSummary Modifier and Type Method Description ListAgentKnowledgeBasesResponse.BuilderListAgentKnowledgeBasesResponse.Builder. agentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries)A list of objects, each of which contains information about a knowledge base associated with the agent. -
Uses of AgentKnowledgeBaseSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type AgentKnowledgeBaseSummary Modifier and Type Method Description SdkIterable<AgentKnowledgeBaseSummary>ListAgentKnowledgeBasesIterable. agentKnowledgeBaseSummaries()Returns an iterable to iterate through the paginatedListAgentKnowledgeBasesResponse.agentKnowledgeBaseSummaries()member.SdkPublisher<AgentKnowledgeBaseSummary>ListAgentKnowledgeBasesPublisher. agentKnowledgeBaseSummaries()Returns a publisher that can be used to get a stream of data.
-