Uses of Class
software.amazon.awssdk.services.config.model.OrganizationRuleStatus
-
Packages that use OrganizationRuleStatus Package Description software.amazon.awssdk.services.config.model -
-
Uses of OrganizationRuleStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return OrganizationRuleStatus Modifier and Type Method Description static OrganizationRuleStatusOrganizationRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrganizationRuleStatusOrganizationConfigRuleStatus. organizationRuleStatus()Indicates deployment status of an organization Config rule.static OrganizationRuleStatusOrganizationRuleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationRuleStatus[]OrganizationRuleStatus. 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 OrganizationRuleStatus Modifier and Type Method Description static Set<OrganizationRuleStatus>OrganizationRuleStatus. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationRuleStatus Modifier and Type Method Description OrganizationConfigRuleStatus.BuilderOrganizationConfigRuleStatus.Builder. organizationRuleStatus(OrganizationRuleStatus organizationRuleStatus)Indicates deployment status of an organization Config rule.
-