Uses of Class
com.oracle.bmc.database.model.Update.AvailableUpdateModes
-
Packages that use Update.AvailableUpdateModes Package Description com.oracle.bmc.database.model -
-
Uses of Update.AvailableUpdateModes in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Update.AvailableUpdateModes Modifier and Type Method Description static Update.AvailableUpdateModesUpdate.AvailableUpdateModes. create(String key)static Update.AvailableUpdateModesUpdate.AvailableUpdateModes. valueOf(String name)Returns the enum constant of this type with the specified name.static Update.AvailableUpdateModes[]Update.AvailableUpdateModes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type Update.AvailableUpdateModes Modifier and Type Method Description List<Update.AvailableUpdateModes>Update. getAvailableUpdateModes()The possible update options available (only valid for OS Update).Method parameters in com.oracle.bmc.database.model with type arguments of type Update.AvailableUpdateModes Modifier and Type Method Description Update.BuilderUpdate.Builder. availableUpdateModes(List<Update.AvailableUpdateModes> availableUpdateModes)The possible update options available (only valid for OS Update).
-