| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ListAgentKnowledgeBasesResult |
AWSBedrockAgentClient.listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest request)
Lists knowledge bases associated with an agent and information about each one.
|
ListAgentKnowledgeBasesResult |
AWSBedrockAgent.listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)
Lists knowledge bases associated with an agent and information about each one.
|
ListAgentKnowledgeBasesResult |
AbstractAWSBedrockAgent.listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentKnowledgeBasesResult> |
AWSBedrockAgentAsyncClient.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest request,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler) |
Future<ListAgentKnowledgeBasesResult> |
AWSBedrockAgentAsync.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler)
Lists knowledge bases associated with an agent and information about each one.
|
Future<ListAgentKnowledgeBasesResult> |
AbstractAWSBedrockAgentAsync.listAgentKnowledgeBasesAsync(ListAgentKnowledgeBasesRequest request,
AsyncHandler<ListAgentKnowledgeBasesRequest,ListAgentKnowledgeBasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.clone() |
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.withAgentKnowledgeBaseSummaries(AgentKnowledgeBaseSummary... agentKnowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.withAgentKnowledgeBaseSummaries(Collection<AgentKnowledgeBaseSummary> agentKnowledgeBaseSummaries)
A list of objects, each of which contains information about a knowledge base associated with the agent.
|
ListAgentKnowledgeBasesResult |
ListAgentKnowledgeBasesResult.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
Copyright © 2025. All rights reserved.