| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static MemberAccountRuleStatus |
MemberAccountRuleStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MemberAccountRuleStatus |
MemberAccountStatus.memberAccountRuleStatus()
Indicates deployment status for Config rule in the member account.
|
MemberAccountRuleStatus |
StatusDetailFilters.memberAccountRuleStatus()
Indicates deployment status for Config rule in the member account.
|
static MemberAccountRuleStatus |
MemberAccountRuleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberAccountRuleStatus[] |
MemberAccountRuleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MemberAccountRuleStatus> |
MemberAccountRuleStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MemberAccountStatus.Builder |
MemberAccountStatus.Builder.memberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account.
|
StatusDetailFilters.Builder |
StatusDetailFilters.Builder.memberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account.
|
Copyright © 2023. All rights reserved.