Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentActionGroup
-
Packages that use AgentActionGroup Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentActionGroup in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentActionGroup Modifier and Type Method Description AgentActionGroupCreateAgentActionGroupResponse. agentActionGroup()Returns the value of the AgentActionGroup property for this object.AgentActionGroupGetAgentActionGroupResponse. agentActionGroup()Returns the value of the AgentActionGroup property for this object.AgentActionGroupUpdateAgentActionGroupResponse. agentActionGroup()Returns the value of the AgentActionGroup property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentActionGroup Modifier and Type Method Description CreateAgentActionGroupResponse.BuilderCreateAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Sets the value of the AgentActionGroup property for this object.GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Sets the value of the AgentActionGroup property for this object.UpdateAgentActionGroupResponse.BuilderUpdateAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Sets the value of the AgentActionGroup property for this object.
-