| 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 |
|---|---|
ListAgentsResult |
AbstractAWSBedrockAgent.listAgents(ListAgentsRequest request) |
ListAgentsResult |
AWSBedrockAgent.listAgents(ListAgentsRequest listAgentsRequest)
Lists the agents belonging to an account and information about each agent.
|
ListAgentsResult |
AWSBedrockAgentClient.listAgents(ListAgentsRequest request)
Lists the agents belonging to an account and information about each agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request) |
Future<ListAgentsResult> |
AWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest listAgentsRequest)
Lists the agents belonging to an account and information about each agent.
|
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.listAgentsAsync(ListAgentsRequest request) |
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
Future<ListAgentsResult> |
AWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest listAgentsRequest,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler)
Lists the agents belonging to an account and information about each agent.
|
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
Future<ListAgentsResult> |
AWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest listAgentsRequest,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler)
Lists the agents belonging to an account and information about each agent.
|
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResult |
ListAgentsResult.clone() |
ListAgentsResult |
ListAgentsResult.withAgentSummaries(AgentSummary... agentSummaries)
A list of objects, each of which contains information about an agent.
|
ListAgentsResult |
ListAgentsResult.withAgentSummaries(Collection<AgentSummary> agentSummaries)
A list of objects, each of which contains information about an agent.
|
ListAgentsResult |
ListAgentsResult.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 © 2024. All rights reserved.