| 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 |
|---|---|
ListAgentVersionsResult |
AbstractAWSBedrockAgent.listAgentVersions(ListAgentVersionsRequest request) |
ListAgentVersionsResult |
AWSBedrockAgentClient.listAgentVersions(ListAgentVersionsRequest request)
Lists the versions of an agent and information about each version.
|
ListAgentVersionsResult |
AWSBedrockAgent.listAgentVersions(ListAgentVersionsRequest listAgentVersionsRequest)
Lists the versions of an agent and information about each version.
|
| 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 |
|---|---|
ListAgentVersionsResult |
ListAgentVersionsResult.clone() |
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(AgentVersionSummary... agentVersionSummaries)
A list of objects, each of which contains information about a version of the agent.
|
ListAgentVersionsResult |
ListAgentVersionsResult.withAgentVersionSummaries(Collection<AgentVersionSummary> agentVersionSummaries)
A list of objects, each of which contains information about a version of the agent.
|
ListAgentVersionsResult |
ListAgentVersionsResult.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.