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