Uses of Class
com.amazonaws.services.config.model.ConfigurationRecorderStatus
Packages that use ConfigurationRecorderStatus
-
Uses of ConfigurationRecorderStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ConfigurationRecorderStatusModifier and TypeMethodDescriptionConfigurationRecorderStatus.clone()ConfigurationRecorderStatus.withLastErrorCode(String lastErrorCode) The error code indicating that the recording failed.ConfigurationRecorderStatus.withLastErrorMessage(String lastErrorMessage) The message indicating that the recording failed due to an error.ConfigurationRecorderStatus.withLastStartTime(Date lastStartTime) The time the recorder was last started.ConfigurationRecorderStatus.withLastStatus(RecorderStatus lastStatus) The last (previous) status of the recorder.ConfigurationRecorderStatus.withLastStatus(String lastStatus) The last (previous) status of the recorder.ConfigurationRecorderStatus.withLastStatusChangeTime(Date lastStatusChangeTime) The time when the status was last changed.ConfigurationRecorderStatus.withLastStopTime(Date lastStopTime) The time the recorder was last stopped.The name of the configuration recorder.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 ConfigurationRecorderStatusModifier and TypeMethodDescriptionDescribeConfigurationRecorderStatusResult.getConfigurationRecordersStatus()A list that contains status of the specified recorders.Methods in com.amazonaws.services.config.model with parameters of type ConfigurationRecorderStatusModifier and TypeMethodDescriptionDescribeConfigurationRecorderStatusResult.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 ConfigurationRecorderStatusModifier and TypeMethodDescriptionvoidDescribeConfigurationRecorderStatusResult.setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.