| 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<GetAgentActionGroupResult> |
AbstractAWSBedrockAgentAsync.getAgentActionGroupAsync(GetAgentActionGroupRequest request,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler) |
Future<GetAgentActionGroupResult> |
AWSBedrockAgentAsyncClient.getAgentActionGroupAsync(GetAgentActionGroupRequest request,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler) |
Future<GetAgentActionGroupResult> |
AWSBedrockAgentAsync.getAgentActionGroupAsync(GetAgentActionGroupRequest getAgentActionGroupRequest,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler)
Gets an Action Group for existing Amazon Bedrock Agent Version
|
| Modifier and Type | Method and Description |
|---|---|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.clone() |
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withActionGroupId(String actionGroupId)
Id generated at the server side when an Agent Action Group is created
|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withAgentVersion(String agentVersion)
Version number generated when a version is created
|
Copyright © 2024. All rights reserved.