Uses of Class
software.amazon.awssdk.services.config.model.RecordingMode
-
Packages that use RecordingMode Package Description software.amazon.awssdk.services.config.model -
-
Uses of RecordingMode in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return RecordingMode Modifier and Type Method Description RecordingModeConfigurationRecorder. recordingMode()Specifies the default recording frequency that Config uses to record configuration changes.Methods in software.amazon.awssdk.services.config.model with parameters of type RecordingMode Modifier and Type Method Description ConfigurationRecorder.BuilderConfigurationRecorder.Builder. recordingMode(RecordingMode recordingMode)Specifies the default recording frequency that Config uses to record configuration changes.
-