Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.