Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ActionGroupExecutor
-
Packages that use ActionGroupExecutor Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ActionGroupExecutor in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ActionGroupExecutor Modifier and Type Method Description ActionGroupExecutorAgentActionGroup. actionGroupExecutor()Returns the value of the ActionGroupExecutor property for this object.ActionGroupExecutorCreateAgentActionGroupRequest. actionGroupExecutor()Returns the value of the ActionGroupExecutor property for this object.ActionGroupExecutorUpdateAgentActionGroupRequest. actionGroupExecutor()Returns the value of the ActionGroupExecutor property for this object.static ActionGroupExecutorActionGroupExecutor. fromLambda(String lambda)Create an instance of this class withlambda()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ActionGroupExecutor Modifier and Type Method Description AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupExecutor(ActionGroupExecutor actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. actionGroupExecutor(ActionGroupExecutor actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. actionGroupExecutor(ActionGroupExecutor actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.
-