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 ConfigurationRecorderStatus
ConfigurationRecorderStatus. clone()
ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastErrorCode(String lastErrorCode)
The error code indicating that the recording failed.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastErrorMessage(String lastErrorMessage)
The message indicating that the recording failed due to an error.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastStartTime(Date lastStartTime)
The time the recorder was last started.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastStatus(RecorderStatus lastStatus)
The last (previous) status of the recorder.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastStatus(String lastStatus)
The last (previous) status of the recorder.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastStatusChangeTime(Date lastStatusChangeTime)
The time when the status was last changed.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withLastStopTime(Date lastStopTime)
The time the recorder was last stopped.ConfigurationRecorderStatus
ConfigurationRecorderStatus. withName(String name)
The name of the configuration recorder.ConfigurationRecorderStatus
ConfigurationRecorderStatus. 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 DescribeConfigurationRecorderStatusResult
DescribeConfigurationRecorderStatusResult. 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 void
DescribeConfigurationRecorderStatusResult. setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResult
DescribeConfigurationRecorderStatusResult. withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus)
A list that contains status of the specified recorders.
-