Uses of Class
software.amazon.awssdk.services.eventbridge.model.RuleState
-
Packages that use RuleState Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of RuleState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return RuleState Modifier and Type Method Description static RuleStateRuleState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleStateDescribeRuleResponse. state()Specifies whether the rule is enabled or disabled.RuleStatePutRuleRequest. state()Indicates whether the rule is enabled or disabled.RuleStateRule. state()The state of the rule.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 software.amazon.awssdk.services.eventbridge.model that return types with arguments of type RuleState Modifier and Type Method Description static Set<RuleState>RuleState. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type RuleState Modifier and Type Method Description DescribeRuleResponse.BuilderDescribeRuleResponse.Builder. state(RuleState state)Specifies whether the rule is enabled or disabled.PutRuleRequest.BuilderPutRuleRequest.Builder. state(RuleState state)Indicates whether the rule is enabled or disabled.Rule.BuilderRule.Builder. state(RuleState state)The state of the rule.
-