Uses of Class
com.amazonaws.services.config.model.ConfigSnapshotDeliveryProperties
-
Packages that use ConfigSnapshotDeliveryProperties Package Description com.amazonaws.services.config.model -
-
Uses of ConfigSnapshotDeliveryProperties in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigSnapshotDeliveryProperties Modifier and Type Method Description ConfigSnapshotDeliveryProperties
ConfigSnapshotDeliveryProperties. clone()
ConfigSnapshotDeliveryProperties
DeliveryChannel. getConfigSnapshotDeliveryProperties()
ConfigSnapshotDeliveryProperties
ConfigSnapshotDeliveryProperties. withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.ConfigSnapshotDeliveryProperties
ConfigSnapshotDeliveryProperties. withDeliveryFrequency(String deliveryFrequency)
The frequency with which a AWS Config recurringly delivers configuration snapshots.Methods in com.amazonaws.services.config.model with parameters of type ConfigSnapshotDeliveryProperties Modifier and Type Method Description void
DeliveryChannel. setConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
DeliveryChannel
DeliveryChannel. withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
-