Uses of Enum
software.amazon.awssdk.services.eventbridge.model.RuleState
Packages that use RuleState
-
Uses of RuleState in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return RuleStateModifier and TypeMethodDescriptionstatic RuleStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RuleStateDescribeRuleResponse.state()Specifies whether the rule is enabled or disabled.final RuleStatePutRuleRequest.state()The state of the rule.final RuleStateRule.state()The state of the rule.static RuleStateReturns 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 RuleStateMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type RuleStateModifier and TypeMethodDescriptionSpecifies whether the rule is enabled or disabled.The state of the rule.The state of the rule.