Uses of Enum
com.amazonaws.services.config.model.ConfigRuleState
Packages that use ConfigRuleState
-
Uses of ConfigRuleState in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigRuleStateModifier and TypeMethodDescriptionstatic ConfigRuleState
Use this in place of valueOf.static ConfigRuleState
Returns the enum constant of this type with the specified name.static ConfigRuleState[]
ConfigRuleState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.config.model with parameters of type ConfigRuleStateModifier and TypeMethodDescriptionvoid
ConfigRule.setConfigRuleState
(ConfigRuleState configRuleState) Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.ConfigRule.withConfigRuleState
(ConfigRuleState configRuleState) Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.