Uses of Enum
com.amazonaws.services.config.model.RecorderStatus
Packages that use RecorderStatus
-
Uses of RecorderStatus in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return RecorderStatusModifier and TypeMethodDescriptionstatic RecorderStatus
Use this in place of valueOf.static RecorderStatus
Returns the enum constant of this type with the specified name.static RecorderStatus[]
RecorderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.config.model with parameters of type RecorderStatusModifier and TypeMethodDescriptionvoid
ConfigurationRecorderStatus.setLastStatus
(RecorderStatus lastStatus) The last (previous) status of the recorder.ConfigurationRecorderStatus.withLastStatus
(RecorderStatus lastStatus) The last (previous) status of the recorder.