Uses of Class
com.amazonaws.services.config.model.ConfigRuleState
-
Packages that use ConfigRuleState Package Description com.amazonaws.services.config.model -
-
Uses of ConfigRuleState in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigRuleState Modifier and Type Method Description static ConfigRuleState
ConfigRuleState. fromValue(String value)
Use this in place of valueOf.static ConfigRuleState
ConfigRuleState. valueOf(String name)
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 ConfigRuleState Modifier and Type Method Description void
ConfigRule. setConfigRuleState(ConfigRuleState configRuleState)
Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.ConfigRule
ConfigRule. withConfigRuleState(ConfigRuleState configRuleState)
Indicates whether the AWS Config rule is active or currently being deleted by AWS Config.
-