Uses of Class
com.oracle.bmc.database.model.AutonomousPatch.PatchModel
-
Packages that use AutonomousPatch.PatchModel Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousPatch.PatchModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousPatch.PatchModel Modifier and Type Method Description static AutonomousPatch.PatchModel
AutonomousPatch.PatchModel. create(String key)
AutonomousPatch.PatchModel
AutonomousPatch. getPatchModel()
Database patching model preference.static AutonomousPatch.PatchModel
AutonomousPatch.PatchModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutonomousPatch.PatchModel[]
AutonomousPatch.PatchModel. 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 AutonomousPatch.PatchModel Modifier and Type Method Description AutonomousPatch.Builder
AutonomousPatch.Builder. patchModel(AutonomousPatch.PatchModel patchModel)
Database patching model preference.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousPatch.PatchModel Constructor Description AutonomousPatch(String id, String description, String type, String lifecycleDetails, AutonomousPatch.LifecycleState lifecycleState, Date timeReleased, String version, AutonomousPatch.PatchModel patchModel, String quarter, String year, AutonomousPatch.AutonomousPatchType autonomousPatchType)
Deprecated.
-