Uses of Class
com.oracle.bmc.bds.model.OsPatchPackageSummary.UpdateType
-
Packages that use OsPatchPackageSummary.UpdateType Package Description com.oracle.bmc.bds.model -
-
Uses of OsPatchPackageSummary.UpdateType in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return OsPatchPackageSummary.UpdateType Modifier and Type Method Description static OsPatchPackageSummary.UpdateTypeOsPatchPackageSummary.UpdateType. create(String key)OsPatchPackageSummary.UpdateTypeOsPatchPackageSummary. getUpdateType()The action that current package will be executed on the cluster.static OsPatchPackageSummary.UpdateTypeOsPatchPackageSummary.UpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsPatchPackageSummary.UpdateType[]OsPatchPackageSummary.UpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type OsPatchPackageSummary.UpdateType Modifier and Type Method Description OsPatchPackageSummary.BuilderOsPatchPackageSummary.Builder. updateType(OsPatchPackageSummary.UpdateType updateType)The action that current package will be executed on the cluster.Constructors in com.oracle.bmc.bds.model with parameters of type OsPatchPackageSummary.UpdateType Constructor Description OsPatchPackageSummary(String packageName, String targetVersion, OsPatchPackageSummary.UpdateType updateType, List<String> relatedCVEs, OsPatchPackageSummary.PackageType packageType)Deprecated.
-