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()Contains details about the action group that was created.AgentActionGroupGetAgentActionGroupResponse. agentActionGroup()Contains details about the action group.AgentActionGroupUpdateAgentActionGroupResponse. agentActionGroup()Contains details about the action group that was updated.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentActionGroup Modifier and Type Method Description CreateAgentActionGroupResponse.BuilderCreateAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Contains details about the action group that was created.GetAgentActionGroupResponse.BuilderGetAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Contains details about the action group.UpdateAgentActionGroupResponse.BuilderUpdateAgentActionGroupResponse.Builder. agentActionGroup(AgentActionGroup agentActionGroup)Contains details about the action group that was updated.
-