Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.ActionGroupState
Packages that use ActionGroupState
-
Uses of ActionGroupState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ActionGroupStateModifier and TypeMethodDescriptionfinal ActionGroupStateActionGroupSummary.actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.final ActionGroupStateAgentActionGroup.actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.final ActionGroupStateCreateAgentActionGroupRequest.actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.final ActionGroupStateUpdateAgentActionGroupRequest.actionGroupState()Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.static ActionGroupStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionGroupStateReturns 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 ActionGroupStateMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ActionGroupStateModifier and TypeMethodDescriptionActionGroupSummary.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.AgentActionGroup.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.CreateAgentActionGroupRequest.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.UpdateAgentActionGroupRequest.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.