Uses of Class
com.oracle.bmc.database.model.DbSystemOsPatchHistoryEntrySummary.LifecycleState
-
Packages that use DbSystemOsPatchHistoryEntrySummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbSystemOsPatchHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOsPatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description static DbSystemOsPatchHistoryEntrySummary.LifecycleStateDbSystemOsPatchHistoryEntrySummary.LifecycleState. create(String key)DbSystemOsPatchHistoryEntrySummary.LifecycleStateDbSystemOsPatchHistoryEntrySummary. getLifecycleState()The current state of the action.static DbSystemOsPatchHistoryEntrySummary.LifecycleStateDbSystemOsPatchHistoryEntrySummary.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemOsPatchHistoryEntrySummary.LifecycleState[]DbSystemOsPatchHistoryEntrySummary.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 DbSystemOsPatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummary.BuilderDbSystemOsPatchHistoryEntrySummary.Builder. lifecycleState(DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState)The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchHistoryEntrySummary.LifecycleState Constructor Description DbSystemOsPatchHistoryEntrySummary(DbSystemOsPatchHistoryEntrySummary.Action action, String dbSystemId, String id, DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, DbSystemOsPatchDetailsCollection osPatchDetails, Date timeStarted, Date timeEnded)Deprecated. -
Uses of DbSystemOsPatchHistoryEntrySummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbSystemOsPatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummary.LifecycleStateListDbSystemOsPatchHistoryEntriesRequest. getLifecycleState()A filter to return only OS patch history entries that match the given lifecycle state exactly.Methods in com.oracle.bmc.database.requests with parameters of type DbSystemOsPatchHistoryEntrySummary.LifecycleState Modifier and Type Method Description ListDbSystemOsPatchHistoryEntriesRequest.BuilderListDbSystemOsPatchHistoryEntriesRequest.Builder. lifecycleState(DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState)A filter to return only OS patch history entries that match the given lifecycle state exactly.
-