Uses of Class
software.amazon.awssdk.services.config.model.ConfigurationRecorder
-
Packages that use ConfigurationRecorder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigurationRecorder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ConfigurationRecorder Modifier and Type Method Description ConfigurationRecorderPutConfigurationRecorderRequest. configurationRecorder()An object for the configuration recorder to record configuration changes for specified resource types.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationRecorder Modifier and Type Method Description List<ConfigurationRecorder>DescribeConfigurationRecordersResponse. configurationRecorders()A list that contains the descriptions of the specified configuration recorders.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigurationRecorder Modifier and Type Method Description PutConfigurationRecorderRequest.BuilderPutConfigurationRecorderRequest.Builder. configurationRecorder(ConfigurationRecorder configurationRecorder)An object for the configuration recorder to record configuration changes for specified resource types.DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse.Builder. configurationRecorders(ConfigurationRecorder... configurationRecorders)A list that contains the descriptions of the specified configuration recorders.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationRecorder Modifier and Type Method Description DescribeConfigurationRecordersResponse.BuilderDescribeConfigurationRecordersResponse.Builder. configurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)A list that contains the descriptions of the specified configuration recorders.
-