Uses of Class
software.amazon.awssdk.services.config.model.MaximumExecutionFrequency
-
Packages that use MaximumExecutionFrequency Package Description software.amazon.awssdk.services.config.model -
-
Uses of MaximumExecutionFrequency in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return MaximumExecutionFrequency Modifier and Type Method Description MaximumExecutionFrequencyConfigSnapshotDeliveryProperties. deliveryFrequency()The frequency with which Config delivers configuration snapshots.static MaximumExecutionFrequencyMaximumExecutionFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaximumExecutionFrequencyConfigRule. maximumExecutionFrequency()The maximum frequency with which Config runs evaluations for a rule.MaximumExecutionFrequencyOrganizationCustomPolicyRuleMetadata. maximumExecutionFrequency()The maximum frequency with which Config runs evaluations for a rule.MaximumExecutionFrequencyOrganizationCustomPolicyRuleMetadataNoPolicy. maximumExecutionFrequency()The maximum frequency with which Config runs evaluations for a rule.MaximumExecutionFrequencyOrganizationCustomRuleMetadata. maximumExecutionFrequency()The maximum frequency with which Config runs evaluations for a rule.MaximumExecutionFrequencyOrganizationManagedRuleMetadata. maximumExecutionFrequency()The maximum frequency with which Config runs evaluations for a rule.MaximumExecutionFrequencySourceDetail. maximumExecutionFrequency()The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger.static MaximumExecutionFrequencyMaximumExecutionFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static MaximumExecutionFrequency[]MaximumExecutionFrequency. 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 MaximumExecutionFrequency Modifier and Type Method Description static Set<MaximumExecutionFrequency>MaximumExecutionFrequency. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type MaximumExecutionFrequency Modifier and Type Method Description ConfigSnapshotDeliveryProperties.BuilderConfigSnapshotDeliveryProperties.Builder. deliveryFrequency(MaximumExecutionFrequency deliveryFrequency)The frequency with which Config delivers configuration snapshots.ConfigRule.BuilderConfigRule.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The maximum frequency with which Config runs evaluations for a rule.OrganizationCustomPolicyRuleMetadata.BuilderOrganizationCustomPolicyRuleMetadata.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The maximum frequency with which Config runs evaluations for a rule.OrganizationCustomPolicyRuleMetadataNoPolicy.BuilderOrganizationCustomPolicyRuleMetadataNoPolicy.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The maximum frequency with which Config runs evaluations for a rule.OrganizationCustomRuleMetadata.BuilderOrganizationCustomRuleMetadata.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The maximum frequency with which Config runs evaluations for a rule.OrganizationManagedRuleMetadata.BuilderOrganizationManagedRuleMetadata.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The maximum frequency with which Config runs evaluations for a rule.SourceDetail.BuilderSourceDetail.Builder. maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger.
-