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()Returns the value of the ActionGroupState property for this object.ActionGroupStateAgentActionGroup. actionGroupState()Returns the value of the ActionGroupState property for this object.ActionGroupStateCreateAgentActionGroupRequest. actionGroupState()Returns the value of the ActionGroupState property for this object.ActionGroupStateUpdateAgentActionGroupRequest. actionGroupState()Returns the value of the ActionGroupState property for this object.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)Sets the value of the ActionGroupState property for this object.AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupState(ActionGroupState actionGroupState)Sets the value of the ActionGroupState property for this object.CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. actionGroupState(ActionGroupState actionGroupState)Sets the value of the ActionGroupState property for this object.UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. actionGroupState(ActionGroupState actionGroupState)Sets the value of the ActionGroupState property for this object.
-