| 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<GetAgentVersionResult> |
AWSBedrockAgentAsyncClient.getAgentVersionAsync(GetAgentVersionRequest request,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler) |
Future<GetAgentVersionResult> |
AWSBedrockAgentAsync.getAgentVersionAsync(GetAgentVersionRequest getAgentVersionRequest,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler)
Gets details about a version of an agent.
|
Future<GetAgentVersionResult> |
AbstractAWSBedrockAgentAsync.getAgentVersionAsync(GetAgentVersionRequest request,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentVersionRequest |
GetAgentVersionRequest.clone() |
GetAgentVersionRequest |
GetAgentVersionRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
GetAgentVersionRequest |
GetAgentVersionRequest.withAgentVersion(String agentVersion)
The version of the agent.
|
Copyright © 2024. All rights reserved.