Uses of Class
com.oracle.bmc.database.model.DbSystemOsPatchHistoryEntry.LifecycleState
-
Packages that use DbSystemOsPatchHistoryEntry.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbSystemOsPatchHistoryEntry.LifecycleState in com.oracle.bmc.database
-
Uses of DbSystemOsPatchHistoryEntry.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOsPatchHistoryEntry.LifecycleState Modifier and Type Method Description static DbSystemOsPatchHistoryEntry.LifecycleStateDbSystemOsPatchHistoryEntry.LifecycleState. create(String key)DbSystemOsPatchHistoryEntry.LifecycleStateDbSystemOsPatchHistoryEntry. getLifecycleState()The current state of the action.static DbSystemOsPatchHistoryEntry.LifecycleStateDbSystemOsPatchHistoryEntry.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemOsPatchHistoryEntry.LifecycleState[]DbSystemOsPatchHistoryEntry.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchHistoryEntry.LifecycleState Modifier and Type Method Description DbSystemOsPatchHistoryEntry.BuilderDbSystemOsPatchHistoryEntry.Builder. lifecycleState(DbSystemOsPatchHistoryEntry.LifecycleState lifecycleState)The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchHistoryEntry.LifecycleState Constructor Description DbSystemOsPatchHistoryEntry(DbSystemOsPatchHistoryEntry.Action action, String dbSystemId, String id, DbSystemOsPatchHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, DbSystemOsPatchDetailsCollection osPatchDetails, Date timeStarted, Date timeEnded)Deprecated.
-