Uses of Class
software.amazon.awssdk.services.config.model.ConfigurationRecorderStatus
-
Packages that use ConfigurationRecorderStatus Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConfigurationRecorderStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConfigurationRecorderStatus Modifier and Type Method Description List<ConfigurationRecorderStatus>DescribeConfigurationRecorderStatusResponse. configurationRecordersStatus()A list that contains status of the specified recorders.Methods in software.amazon.awssdk.services.config.model with parameters of type ConfigurationRecorderStatus Modifier and Type Method Description DescribeConfigurationRecorderStatusResponse.BuilderDescribeConfigurationRecorderStatusResponse.Builder. configurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)A list that contains status of the specified recorders.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConfigurationRecorderStatus Modifier and Type Method Description DescribeConfigurationRecorderStatusResponse.BuilderDescribeConfigurationRecorderStatusResponse.Builder. configurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)A list that contains status of the specified recorders.
-