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 RecorderStatusUse this in place of valueOf.static RecorderStatusReturns 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 TypeMethodDescriptionvoidConfigurationRecorderStatus.setLastStatus(RecorderStatus lastStatus) The last (previous) status of the recorder.ConfigurationRecorderStatus.withLastStatus(RecorderStatus lastStatus) The last (previous) status of the recorder.