| 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<GetAgentActionGroupResult> |
AbstractAWSBedrockAgentAsync.getAgentActionGroupAsync(GetAgentActionGroupRequest request,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler) |
Future<GetAgentActionGroupResult> |
AWSBedrockAgentAsync.getAgentActionGroupAsync(GetAgentActionGroupRequest getAgentActionGroupRequest,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler)
Gets information about an action group for an agent.
|
Future<GetAgentActionGroupResult> |
AWSBedrockAgentAsyncClient.getAgentActionGroupAsync(GetAgentActionGroupRequest request,
AsyncHandler<GetAgentActionGroupRequest,GetAgentActionGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.clone() |
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withActionGroupId(String actionGroupId)
The unique identifier of the action group for which to get information.
|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withAgentId(String agentId)
The unique identifier of the agent that the action group belongs to.
|
GetAgentActionGroupRequest |
GetAgentActionGroupRequest.withAgentVersion(String agentVersion)
The version of the agent that the action group belongs to.
|
Copyright © 2024. All rights reserved.