| 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 |
|---|---|
Future<ListAgentVersionsResult> |
AbstractAWSBedrockAgentAsync.listAgentVersionsAsync(ListAgentVersionsRequest request,
AsyncHandler<ListAgentVersionsRequest,ListAgentVersionsResult> asyncHandler) |
Future<ListAgentVersionsResult> |
AWSBedrockAgentAsyncClient.listAgentVersionsAsync(ListAgentVersionsRequest request,
AsyncHandler<ListAgentVersionsRequest,ListAgentVersionsResult> asyncHandler) |
Future<ListAgentVersionsResult> |
AWSBedrockAgentAsync.listAgentVersionsAsync(ListAgentVersionsRequest listAgentVersionsRequest,
AsyncHandler<ListAgentVersionsRequest,ListAgentVersionsResult> asyncHandler)
Lists the versions of an agent and information about each version.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentVersionsRequest |
ListAgentVersionsRequest.clone() |
ListAgentVersionsRequest |
ListAgentVersionsRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
ListAgentVersionsRequest |
ListAgentVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentVersionsRequest |
ListAgentVersionsRequest.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.