Uses of Class
software.amazon.awssdk.services.config.model.MemberAccountRuleStatus
-
Packages that use MemberAccountRuleStatus Package Description software.amazon.awssdk.services.config.model -
-
Uses of MemberAccountRuleStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return MemberAccountRuleStatus Modifier and Type Method Description static MemberAccountRuleStatusMemberAccountRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MemberAccountRuleStatusMemberAccountStatus. memberAccountRuleStatus()Indicates deployment status for Config rule in the member account.MemberAccountRuleStatusStatusDetailFilters. memberAccountRuleStatus()Indicates deployment status for Config rule in the member account.static MemberAccountRuleStatusMemberAccountRuleStatus. 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.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type MemberAccountRuleStatus Modifier and Type Method Description static Set<MemberAccountRuleStatus>MemberAccountRuleStatus. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type MemberAccountRuleStatus Modifier and Type Method Description MemberAccountStatus.BuilderMemberAccountStatus.Builder. memberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)Indicates deployment status for Config rule in the member account.StatusDetailFilters.BuilderStatusDetailFilters.Builder. memberAccountRuleStatus(MemberAccountRuleStatus memberAccountRuleStatus)Indicates deployment status for Config rule in the member account.
-