Uses of Class
software.amazon.awssdk.services.config.model.ConfigRuleState
-
Packages that use ConfigRuleState Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigRuleState in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigRuleState Modifier and Type Method Description ConfigRuleStateConfigRule. configRuleState()Indicates whether the Config rule is active or is currently being deleted by Config.static ConfigRuleStateConfigRuleState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigRuleStateConfigRuleState. 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 software.amazon.awssdk.services.config.model that return types with arguments of type ConfigRuleState Modifier and Type Method Description static Set<ConfigRuleState>ConfigRuleState. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigRuleState Modifier and Type Method Description ConfigRule.BuilderConfigRule.Builder. configRuleState(ConfigRuleState configRuleState)Indicates whether the Config rule is active or is currently being deleted by Config.
-