Uses of Class
com.amazonaws.services.cloudwatchevents.model.RuleState
-
Packages that use RuleState Package Description com.amazonaws.services.cloudwatchevents.model -
-
Uses of RuleState in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return RuleState Modifier and Type Method Description static RuleStateRuleState. fromValue(String value)Use this in place of valueOf.static RuleStateRuleState. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleState[]RuleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudwatchevents.model with parameters of type RuleState Modifier and Type Method Description voidDescribeRuleResult. setState(RuleState state)Specifies whether the rule is enabled or disabled.voidPutRuleRequest. setState(RuleState state)Indicates whether the rule is enabled or disabled.voidRule. setState(RuleState state)The rule's state.DescribeRuleResultDescribeRuleResult. withState(RuleState state)Specifies whether the rule is enabled or disabled.PutRuleRequestPutRuleRequest. withState(RuleState state)Indicates whether the rule is enabled or disabled.RuleRule. withState(RuleState state)The rule's state.
-