Uses of Class
com.amazonaws.services.config.model.ConfigurationRecorder
Packages that use ConfigurationRecorder
-
Uses of ConfigurationRecorder in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigurationRecorderModifier and TypeMethodDescriptionConfigurationRecorder.clone()
PutConfigurationRecorderRequest.getConfigurationRecorder()
The configuration recorder object that records each configuration change made to the resources.The name of the recorder.ConfigurationRecorder.withRecordingGroup
(RecordingGroup recordingGroup) Specifies the types of AWS resource for which AWS Config records configuration changes.ConfigurationRecorder.withRoleARN
(String roleARN) Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.Methods in com.amazonaws.services.config.model that return types with arguments of type ConfigurationRecorderModifier and TypeMethodDescriptionDescribeConfigurationRecordersResult.getConfigurationRecorders()
A list that contains the descriptions of the specified configuration recorders.Methods in com.amazonaws.services.config.model with parameters of type ConfigurationRecorderModifier and TypeMethodDescriptionvoid
PutConfigurationRecorderRequest.setConfigurationRecorder
(ConfigurationRecorder configurationRecorder) The configuration recorder object that records each configuration change made to the resources.PutConfigurationRecorderRequest.withConfigurationRecorder
(ConfigurationRecorder configurationRecorder) The configuration recorder object that records each configuration change made to the resources.DescribeConfigurationRecordersResult.withConfigurationRecorders
(ConfigurationRecorder... configurationRecorders) A list that contains the descriptions of the specified configuration recorders.Method parameters in com.amazonaws.services.config.model with type arguments of type ConfigurationRecorderModifier and TypeMethodDescriptionvoid
DescribeConfigurationRecordersResult.setConfigurationRecorders
(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResult.withConfigurationRecorders
(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.