Uses of Class
software.amazon.awssdk.services.config.model.RecordingFrequency
-
Packages that use RecordingFrequency Package Description software.amazon.awssdk.services.config.model -
-
Uses of RecordingFrequency in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return RecordingFrequency Modifier and Type Method Description static RecordingFrequencyRecordingFrequency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordingFrequencyBaseConfigurationItem. recordingFrequency()The recording frequency that Config uses to record configuration changes for the resource.RecordingFrequencyConfigurationItem. recordingFrequency()The recording frequency that Config uses to record configuration changes for the resource.RecordingFrequencyRecordingMode. recordingFrequency()The default recording frequency that Config uses to record configuration changes.RecordingFrequencyRecordingModeOverride. recordingFrequency()The recording frequency that will be applied to all the resource types specified in the override.static RecordingFrequencyRecordingFrequency. 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.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type RecordingFrequency Modifier and Type Method Description static Set<RecordingFrequency>RecordingFrequency. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type RecordingFrequency Modifier and Type Method Description BaseConfigurationItem.BuilderBaseConfigurationItem.Builder. recordingFrequency(RecordingFrequency recordingFrequency)The recording frequency that Config uses to record configuration changes for the resource.ConfigurationItem.BuilderConfigurationItem.Builder. recordingFrequency(RecordingFrequency recordingFrequency)The recording frequency that Config uses to record configuration changes for the resource.RecordingMode.BuilderRecordingMode.Builder. recordingFrequency(RecordingFrequency recordingFrequency)The default recording frequency that Config uses to record configuration changes.RecordingModeOverride.BuilderRecordingModeOverride.Builder. recordingFrequency(RecordingFrequency recordingFrequency)The recording frequency that will be applied to all the resource types specified in the override.
-