| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ActionGroupExecutor |
ActionGroupExecutor.clone() |
ActionGroupExecutor |
AgentActionGroup.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
ActionGroupExecutor |
UpdateAgentActionGroupRequest.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
ActionGroupExecutor |
CreateAgentActionGroupRequest.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
ActionGroupExecutor |
ActionGroupExecutor.withLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentActionGroup.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
void |
UpdateAgentActionGroupRequest.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
void |
CreateAgentActionGroupRequest.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
AgentActionGroup |
AgentActionGroup.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.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
Copyright © 2024. All rights reserved.