Uses of Enum
com.amazonaws.services.config.model.MaximumExecutionFrequency
Packages that use MaximumExecutionFrequency
-
Uses of MaximumExecutionFrequency in com.amazonaws.services.config.model
Subclasses with type arguments of type MaximumExecutionFrequency in com.amazonaws.services.config.modelMethods in com.amazonaws.services.config.model that return MaximumExecutionFrequencyModifier and TypeMethodDescriptionstatic MaximumExecutionFrequencyUse this in place of valueOf.static MaximumExecutionFrequencyReturns 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 com.amazonaws.services.config.model with parameters of type MaximumExecutionFrequencyModifier and TypeMethodDescriptionvoidConfigSnapshotDeliveryProperties.setDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency) The frequency with which a AWS Config recurringly delivers configuration snapshots.voidConfigRule.setMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.ConfigSnapshotDeliveryProperties.withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency) The frequency with which a AWS Config recurringly delivers configuration snapshots.ConfigRule.withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency) The maximum frequency at which the AWS Config rule runs evaluations.