| 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 |
AWSBedrockAgentClient.listAgents(ListAgentsRequest request)
Lists the agents belonging to an account and information about each agent.
|
ListAgentsResult |
AWSBedrockAgent.listAgents(ListAgentsRequest listAgentsRequest)
Lists the agents belonging to an account and information about each agent.
|
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request) |
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.listAgentsAsync(ListAgentsRequest request) |
Future<ListAgentsResult> |
AWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest listAgentsRequest)
Lists the agents belonging to an account and information about each agent.
|
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentsResult> |
AbstractAWSBedrockAgentAsync.listAgentsAsync(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResult> asyncHandler) |
Future<ListAgentsResult> |
AWSBedrockAgentAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentsRequest |
ListAgentsRequest.clone() |
ListAgentsRequest |
ListAgentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentsRequest |
ListAgentsRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
Copyright © 2024. All rights reserved.