Uses of Class
com.oracle.bmc.database.model.CreateMaintenanceRunDetails.PatchType
-
Packages that use CreateMaintenanceRunDetails.PatchType Package Description com.oracle.bmc.database.model -
-
Uses of CreateMaintenanceRunDetails.PatchType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateMaintenanceRunDetails.PatchType Modifier and Type Method Description static CreateMaintenanceRunDetails.PatchTypeCreateMaintenanceRunDetails.PatchType. create(String key)CreateMaintenanceRunDetails.PatchTypeCreateMaintenanceRunDetails. getPatchType()Patch type, either “QUARTERLY”, “TIMEZONE” or “CUSTOM_DATABASE_SOFTWARE_IMAGE”.static CreateMaintenanceRunDetails.PatchTypeCreateMaintenanceRunDetails.PatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateMaintenanceRunDetails.PatchType[]CreateMaintenanceRunDetails.PatchType. 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 CreateMaintenanceRunDetails.PatchType Modifier and Type Method Description CreateMaintenanceRunDetails.BuilderCreateMaintenanceRunDetails.Builder. patchType(CreateMaintenanceRunDetails.PatchType patchType)Patch type, either “QUARTERLY”, “TIMEZONE” or “CUSTOM_DATABASE_SOFTWARE_IMAGE”.Constructors in com.oracle.bmc.database.model with parameters of type CreateMaintenanceRunDetails.PatchType Constructor Description CreateMaintenanceRunDetails(String targetResourceId, Boolean isDstFileUpdateEnabled, Date timeScheduled, CreateMaintenanceRunDetails.PatchingMode patchingMode, CreateMaintenanceRunDetails.PatchType patchType, String compartmentId, String databaseSoftwareImageId)Deprecated.
-