Uses of Enum
com.amazonaws.services.config.model.ConfigRuleState
Packages that use ConfigRuleState
-
Uses of ConfigRuleState in com.amazonaws.services.config.model
Subclasses with type arguments of type ConfigRuleState in com.amazonaws.services.config.modelMethods in com.amazonaws.services.config.model that return ConfigRuleStateModifier and TypeMethodDescriptionstatic ConfigRuleStateUse this in place of valueOf.static ConfigRuleStateReturns 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 TypeMethodDescriptionvoidConfigRule.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.