| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRule.setConfigRuleState(ConfigRuleState configRuleState)
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config.
|
ConfigRule |
ConfigRule.withConfigRuleState(ConfigRuleState configRuleState)
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config.
|
Copyright © 2019. All rights reserved.