Uses of Class
software.amazon.awssdk.services.config.model.OrganizationConfigRuleTriggerType
-
Packages that use OrganizationConfigRuleTriggerType Package Description software.amazon.awssdk.services.config.model -
-
Uses of OrganizationConfigRuleTriggerType in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return OrganizationConfigRuleTriggerType Modifier and Type Method Description static OrganizationConfigRuleTriggerTypeOrganizationConfigRuleTriggerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OrganizationConfigRuleTriggerTypeOrganizationConfigRuleTriggerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationConfigRuleTriggerType[]OrganizationConfigRuleTriggerType. 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 OrganizationConfigRuleTriggerType Modifier and Type Method Description static Set<OrganizationConfigRuleTriggerType>OrganizationConfigRuleTriggerType. knownValues()List<OrganizationConfigRuleTriggerType>OrganizationCustomRuleMetadata. organizationConfigRuleTriggerTypes()The type of notification that triggers Config to run an evaluation for a rule.Methods in software.amazon.awssdk.services.config.model with parameters of type OrganizationConfigRuleTriggerType Modifier and Type Method Description OrganizationCustomRuleMetadata.BuilderOrganizationCustomRuleMetadata.Builder. organizationConfigRuleTriggerTypes(OrganizationConfigRuleTriggerType... organizationConfigRuleTriggerTypes)The type of notification that triggers Config to run an evaluation for a rule.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type OrganizationConfigRuleTriggerType Modifier and Type Method Description OrganizationCustomRuleMetadata.BuilderOrganizationCustomRuleMetadata.Builder. organizationConfigRuleTriggerTypes(Collection<OrganizationConfigRuleTriggerType> organizationConfigRuleTriggerTypes)The type of notification that triggers Config to run an evaluation for a rule.
-