Uses of Class
com.amazonaws.services.config.model.ConfigurationRecorderStatus
-
Packages that use ConfigurationRecorderStatus Package Description com.amazonaws.services.config.model -
-
Uses of ConfigurationRecorderStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigurationRecorderStatus Modifier and Type Method Description ConfigurationRecorderStatusConfigurationRecorderStatus. clone()ConfigurationRecorderStatusConfigurationRecorderStatus. withLastErrorCode(String lastErrorCode)The error code indicating that the recording failed.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastErrorMessage(String lastErrorMessage)The message indicating that the recording failed due to an error.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastStartTime(Date lastStartTime)The time the recorder was last started.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastStatus(RecorderStatus lastStatus)The last (previous) status of the recorder.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastStatus(String lastStatus)The last (previous) status of the recorder.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastStatusChangeTime(Date lastStatusChangeTime)The time when the status was last changed.ConfigurationRecorderStatusConfigurationRecorderStatus. withLastStopTime(Date lastStopTime)The time the recorder was last stopped.ConfigurationRecorderStatusConfigurationRecorderStatus. withName(String name)The name of the configuration recorder.ConfigurationRecorderStatusConfigurationRecorderStatus. withRecording(Boolean recording)Specifies whether the recorder is currently recording or not.Methods in com.amazonaws.services.config.model that return types with arguments of type ConfigurationRecorderStatus Modifier and Type Method Description List<ConfigurationRecorderStatus>DescribeConfigurationRecorderStatusResult. getConfigurationRecordersStatus()A list that contains status of the specified recorders.Methods in com.amazonaws.services.config.model with parameters of type ConfigurationRecorderStatus Modifier and Type Method Description DescribeConfigurationRecorderStatusResultDescribeConfigurationRecorderStatusResult. withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus)A list that contains status of the specified recorders.Method parameters in com.amazonaws.services.config.model with type arguments of type ConfigurationRecorderStatus Modifier and Type Method Description voidDescribeConfigurationRecorderStatusResult. setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResultDescribeConfigurationRecorderStatusResult. withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)A list that contains status of the specified recorders.
-