Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ActionGroupState
-
Packages that use ActionGroupState Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ActionGroupState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ActionGroupState Modifier and Type Method Description ActionGroupStateActionGroupSummary. actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupStateAgentActionGroup. actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupStateCreateAgentActionGroupRequest. actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.ActionGroupStateUpdateAgentActionGroupRequest. actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.static ActionGroupStateActionGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionGroupStateActionGroupState. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionGroupState[]ActionGroupState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ActionGroupState Modifier and Type Method Description static Set<ActionGroupState>ActionGroupState. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ActionGroupState Modifier and Type Method Description ActionGroupSummary.BuilderActionGroupSummary.Builder. actionGroupState(ActionGroupState actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupState(ActionGroupState actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. actionGroupState(ActionGroupState actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. actionGroupState(ActionGroupState actionGroupState)Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
-