| 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<UpdateAgentActionGroupResult> |
AWSBedrockAgentAsyncClient.updateAgentActionGroupAsync(UpdateAgentActionGroupRequest request,
AsyncHandler<UpdateAgentActionGroupRequest,UpdateAgentActionGroupResult> asyncHandler) |
Future<UpdateAgentActionGroupResult> |
AWSBedrockAgentAsync.updateAgentActionGroupAsync(UpdateAgentActionGroupRequest updateAgentActionGroupRequest,
AsyncHandler<UpdateAgentActionGroupRequest,UpdateAgentActionGroupResult> asyncHandler)
Updates the configuration for an action group for an agent.
|
Future<UpdateAgentActionGroupResult> |
AbstractAWSBedrockAgentAsync.updateAgentActionGroupAsync(UpdateAgentActionGroupRequest request,
AsyncHandler<UpdateAgentActionGroupRequest,UpdateAgentActionGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.clone() |
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupId(String actionGroupId)
The unique identifier of the action group.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupName(String actionGroupName)
Specifies a new name for the action group.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupState(ActionGroupState actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupState(String actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withAgentId(String agentId)
The unique identifier of the agent for which to update the action group.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withAgentVersion(String agentVersion)
The unique identifier of the agent version for which to update the action group.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withApiSchema(APISchema apiSchema)
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withDescription(String description)
Specifies a new name for the action group.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withFunctionSchema(FunctionSchema functionSchema)
Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining
the schema.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withParentActionGroupSignature(ActionGroupSignature parentActionGroupSignature)
To allow your agent to request the user for additional information when trying to complete a task, set this field
to
AMAZON.UserInput. |
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withParentActionGroupSignature(String parentActionGroupSignature)
To allow your agent to request the user for additional information when trying to complete a task, set this field
to
AMAZON.UserInput. |
Copyright © 2025. All rights reserved.