Uses of Class
com.oracle.bmc.database.model.UpdateSummary.AvailableUpdateModes
-
Packages that use UpdateSummary.AvailableUpdateModes Package Description com.oracle.bmc.database.model -
-
Uses of UpdateSummary.AvailableUpdateModes in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateSummary.AvailableUpdateModes Modifier and Type Method Description static UpdateSummary.AvailableUpdateModesUpdateSummary.AvailableUpdateModes. create(String key)static UpdateSummary.AvailableUpdateModesUpdateSummary.AvailableUpdateModes. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSummary.AvailableUpdateModes[]UpdateSummary.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 UpdateSummary.AvailableUpdateModes Modifier and Type Method Description List<UpdateSummary.AvailableUpdateModes>UpdateSummary. getAvailableUpdateModes()The possible update options available (only valid for OS Update).Method parameters in com.oracle.bmc.database.model with type arguments of type UpdateSummary.AvailableUpdateModes Modifier and Type Method Description UpdateSummary.BuilderUpdateSummary.Builder. availableUpdateModes(List<UpdateSummary.AvailableUpdateModes> availableUpdateModes)The possible update options available (only valid for OS Update).
-