Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupExecutor
Packages that use ActionGroupExecutor
-
Uses of ActionGroupExecutor in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupExecutorModifier and TypeMethodDescriptionfinal 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 ActionGroupExecutorModifier and TypeMethodDescriptionAgentActionGroup.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.