Uses of Class
com.amazonaws.services.config.model.MaximumExecutionFrequency
-
Packages that use MaximumExecutionFrequency Package Description com.amazonaws.services.config.model -
-
Uses of MaximumExecutionFrequency in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return MaximumExecutionFrequency Modifier and Type Method Description static MaximumExecutionFrequency
MaximumExecutionFrequency. fromValue(String value)
Use this in place of valueOf.static MaximumExecutionFrequency
MaximumExecutionFrequency. 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 com.amazonaws.services.config.model with parameters of type MaximumExecutionFrequency Modifier and Type Method Description void
ConfigSnapshotDeliveryProperties. setDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.void
ConfigRule. setMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency at which the AWS Config rule runs evaluations.ConfigSnapshotDeliveryProperties
ConfigSnapshotDeliveryProperties. withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.ConfigRule
ConfigRule. withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency at which the AWS Config rule runs evaluations.
-