Uses of Class
com.oracle.bmc.bds.model.OdhPatchingConfig.PatchingConfigStrategy
-
Packages that use OdhPatchingConfig.PatchingConfigStrategy Package Description com.oracle.bmc.bds.model -
-
Uses of OdhPatchingConfig.PatchingConfigStrategy in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return OdhPatchingConfig.PatchingConfigStrategy Modifier and Type Method Description static OdhPatchingConfig.PatchingConfigStrategy
OdhPatchingConfig.PatchingConfigStrategy. create(String key)
static OdhPatchingConfig.PatchingConfigStrategy
OdhPatchingConfig.PatchingConfigStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdhPatchingConfig.PatchingConfigStrategy[]
OdhPatchingConfig.PatchingConfigStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-