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 ConfigurationRecorder
ConfigurationRecorder. clone()
ConfigurationRecorder
PutConfigurationRecorderRequest. getConfigurationRecorder()
The configuration recorder object that records each configuration change made to the resources.ConfigurationRecorder
ConfigurationRecorder. withName(String name)
The name of the recorder.ConfigurationRecorder
ConfigurationRecorder. withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records configuration changes.ConfigurationRecorder
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 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 void
PutConfigurationRecorderRequest. setConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.PutConfigurationRecorderRequest
PutConfigurationRecorderRequest. withConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change made to the resources.DescribeConfigurationRecordersResult
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 ConfigurationRecorder Modifier and Type Method Description void
DescribeConfigurationRecordersResult. setConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResult
DescribeConfigurationRecordersResult. withConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration recorders.
-