| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordingFrequency |
RecordingFrequency.fromValue(String value)
Use this in place of valueOf.
|
static RecordingFrequency |
RecordingFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordingFrequency[] |
RecordingFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationItem.setRecordingFrequency(RecordingFrequency recordingFrequency)
The recording frequency that Config uses to record configuration changes for the resource.
|
ConfigurationItem |
ConfigurationItem.withRecordingFrequency(RecordingFrequency recordingFrequency)
The recording frequency that Config uses to record configuration changes for the resource.
|
RecordingModeOverride |
RecordingModeOverride.withRecordingFrequency(RecordingFrequency recordingFrequency)
The recording frequency that will be applied to all the resource types specified in the override.
|
RecordingMode |
RecordingMode.withRecordingFrequency(RecordingFrequency recordingFrequency)
The default recording frequency that Config uses to record configuration changes.
|
BaseConfigurationItem |
BaseConfigurationItem.withRecordingFrequency(RecordingFrequency recordingFrequency)
The recording frequency that Config uses to record configuration changes for the resource.
|
Copyright © 2024. All rights reserved.