| 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 AWS Config delivers configuration snapshots.
|
void |
ConfigRule.setMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which AWS Config runs evaluations for a rule.
|
void |
SourceDetail.setMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The frequency that you want AWS Config to run evaluations for a custom rule with a periodic trigger.
|
ConfigSnapshotDeliveryProperties |
ConfigSnapshotDeliveryProperties.withDeliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which AWS Config delivers configuration snapshots.
|
ConfigRule |
ConfigRule.withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which AWS Config runs evaluations for a rule.
|
SourceDetail |
SourceDetail.withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The frequency that you want AWS Config to run evaluations for a custom rule with a periodic trigger.
|
Copyright © 2017. All rights reserved.