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 ConfigurationRecorderAssociateResourceTypesResponse. configurationRecorder()Returns the value of the ConfigurationRecorder property for this object.ConfigurationRecorderDisassociateResourceTypesResponse. configurationRecorder()Returns the value of the ConfigurationRecorder property for this object.ConfigurationRecorderPutConfigurationRecorderRequest. configurationRecorder()An object for the configuration recorder.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 AssociateResourceTypesResponse.BuilderAssociateResourceTypesResponse.Builder. configurationRecorder(ConfigurationRecorder configurationRecorder)Sets the value of the ConfigurationRecorder property for this object.DisassociateResourceTypesResponse.BuilderDisassociateResourceTypesResponse.Builder. configurationRecorder(ConfigurationRecorder configurationRecorder)Sets the value of the ConfigurationRecorder property for this object.PutConfigurationRecorderRequest.BuilderPutConfigurationRecorderRequest.Builder. configurationRecorder(ConfigurationRecorder configurationRecorder)An object for the configuration recorder.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.
-