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 RuleState
RuleState. fromValue(String value)
Use this in place of valueOf.static RuleState
RuleState. 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 void
DescribeRuleResult. setState(RuleState state)
Specifies whether the rule is enabled or disabled.void
PutRuleRequest. setState(RuleState state)
Indicates whether the rule is enabled or disabled.void
Rule. setState(RuleState state)
The rule's state.DescribeRuleResult
DescribeRuleResult. withState(RuleState state)
Specifies whether the rule is enabled or disabled.PutRuleRequest
PutRuleRequest. withState(RuleState state)
Indicates whether the rule is enabled or disabled.Rule
Rule. withState(RuleState state)
The rule's state.
-