| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
MemberAccountStatus |
MemberAccountStatus.clone() |
MemberAccountStatus |
MemberAccountStatus.withAccountId(String accountId)
The 12-digit account ID of a member account.
|
MemberAccountStatus |
MemberAccountStatus.withConfigRuleName(String configRuleName)
The name of Config rule deployed in the member account.
|
MemberAccountStatus |
MemberAccountStatus.withErrorCode(String errorCode)
An error code that is returned when Config rule creation or deletion failed in the member account.
|
MemberAccountStatus |
MemberAccountStatus.withErrorMessage(String errorMessage)
An error message indicating that Config rule account creation or deletion has failed due to an error in the
member account.
|
MemberAccountStatus |
MemberAccountStatus.withLastUpdateTime(Date lastUpdateTime)
The timestamp of the last status update.
|
MemberAccountStatus |
MemberAccountStatus.withMemberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account.
|
MemberAccountStatus |
MemberAccountStatus.withMemberAccountRuleStatus(String memberAccountRuleStatus)
Indicates deployment status for Config rule in the member account.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberAccountStatus> |
GetOrganizationConfigRuleDetailedStatusResult.getOrganizationConfigRuleDetailedStatus()
A list of
MemberAccountStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationConfigRuleDetailedStatusResult |
GetOrganizationConfigRuleDetailedStatusResult.withOrganizationConfigRuleDetailedStatus(MemberAccountStatus... organizationConfigRuleDetailedStatus)
A list of
MemberAccountStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOrganizationConfigRuleDetailedStatusResult.setOrganizationConfigRuleDetailedStatus(Collection<MemberAccountStatus> organizationConfigRuleDetailedStatus)
A list of
MemberAccountStatus objects. |
GetOrganizationConfigRuleDetailedStatusResult |
GetOrganizationConfigRuleDetailedStatusResult.withOrganizationConfigRuleDetailedStatus(Collection<MemberAccountStatus> organizationConfigRuleDetailedStatus)
A list of
MemberAccountStatus objects. |
Copyright © 2023. All rights reserved.