Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupExecutor
-
Packages that use ActionGroupExecutor Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ActionGroupExecutor in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupExecutor Modifier and Type Method Description ActionGroupExecutorAgentActionGroup. actionGroupExecutor()The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.static ActionGroupExecutorActionGroupExecutor. fromCustomControl(String customControl)Create an instance of this class withcustomControlAsString()initialized to the given value.static ActionGroupExecutorActionGroupExecutor. fromCustomControl(CustomControlMethod customControl)Create an instance of this class withcustomControlAsString()initialized to the given value.static ActionGroupExecutorActionGroupExecutor. fromLambda(String lambda)Create an instance of this class withlambda()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ActionGroupExecutor Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupExecutor(ActionGroupExecutor actionGroupExecutor)The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
-