| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
An example service, deployed with the Octane Service creator, which will echo the string
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAgentVersionResult> |
AWSBedrockAgentAsyncClient.getAgentVersionAsync(GetAgentVersionRequest request,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler) |
Future<GetAgentVersionResult> |
AbstractAWSBedrockAgentAsync.getAgentVersionAsync(GetAgentVersionRequest request,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler) |
Future<GetAgentVersionResult> |
AWSBedrockAgentAsync.getAgentVersionAsync(GetAgentVersionRequest getAgentVersionRequest,
AsyncHandler<GetAgentVersionRequest,GetAgentVersionResult> asyncHandler)
Gets an Agent version for existing Amazon Bedrock Agent
|
| Modifier and Type | Method and Description |
|---|---|
GetAgentVersionRequest |
GetAgentVersionRequest.clone() |
GetAgentVersionRequest |
GetAgentVersionRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
GetAgentVersionRequest |
GetAgentVersionRequest.withAgentVersion(String agentVersion) |
Copyright © 2024. All rights reserved.