Uses of Class
com.amazonaws.services.config.model.ConfigurationRecorder
-
Packages that use ConfigurationRecorder Package Description com.amazonaws.services.config.model -
-
Uses of ConfigurationRecorder in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigurationRecorder Modifier and Type Method Description ConfigurationRecorderConfigurationRecorder. clone()ConfigurationRecorderPutConfigurationRecorderRequest. getConfigurationRecorder()The configuration recorder object that records each configuration change made to the resources.ConfigurationRecorderConfigurationRecorder. withName(String name)The name of the recorder.ConfigurationRecorderConfigurationRecorder. withRecordingGroup(RecordingGroup recordingGroup)Specifies the types of AWS resource for which AWS Config records configuration changes.ConfigurationRecorderConfigurationRecorder. 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 ConfigurationRecorder Modifier and Type Method Description List<ConfigurationRecorder>DescribeConfigurationRecordersResult. getConfigurationRecorders()A list that contains the descriptions of the specified configuration recorders.Methods in com.amazonaws.services.config.model with parameters of type ConfigurationRecorder Modifier and Type Method Description voidPutConfigurationRecorderRequest. setConfigurationRecorder(ConfigurationRecorder configurationRecorder)The configuration recorder object that records each configuration change made to the resources.PutConfigurationRecorderRequestPutConfigurationRecorderRequest. withConfigurationRecorder(ConfigurationRecorder configurationRecorder)The configuration recorder object that records each configuration change made to the resources.DescribeConfigurationRecordersResultDescribeConfigurationRecordersResult. 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 ConfigurationRecorder Modifier and Type Method Description voidDescribeConfigurationRecordersResult. setConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResultDescribeConfigurationRecordersResult. withConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)A list that contains the descriptions of the specified configuration recorders.
-