Uses of Class
com.oracle.bmc.database.model.PatchOptions
-
Packages that use PatchOptions Package Description com.oracle.bmc.database.model -
-
Uses of PatchOptions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchOptions Modifier and Type Method Description PatchOptionsPatchOptions.Builder. build()PatchOptionsPatchDetails. getPatchOptions()PatchOptionsPatchHistoryEntry. getPatchOptions()PatchOptionsPatchHistoryEntrySummary. getPatchOptions()PatchOptionsUpdateDatabaseDetails. getPatchOptions()Methods in com.oracle.bmc.database.model with parameters of type PatchOptions Modifier and Type Method Description PatchOptions.BuilderPatchOptions.Builder. copy(PatchOptions model)PatchDetails.BuilderPatchDetails.Builder. patchOptions(PatchOptions patchOptions)PatchHistoryEntry.BuilderPatchHistoryEntry.Builder. patchOptions(PatchOptions patchOptions)PatchHistoryEntrySummary.BuilderPatchHistoryEntrySummary.Builder. patchOptions(PatchOptions patchOptions)UpdateDatabaseDetails.BuilderUpdateDatabaseDetails.Builder. patchOptions(PatchOptions patchOptions)Constructors in com.oracle.bmc.database.model with parameters of type PatchOptions Constructor Description PatchDetails(String patchId, String databaseSoftwareImageId, PatchDetails.Action action, PatchOptions patchOptions)Deprecated.PatchHistoryEntry(String id, String patchId, PatchHistoryEntry.Action action, PatchHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntry.PatchType patchType, PatchOptions patchOptions)Deprecated.PatchHistoryEntrySummary(String id, String patchId, PatchHistoryEntrySummary.Action action, PatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntrySummary.PatchType patchType, PatchOptions patchOptions)Deprecated.UpdateDatabaseDetails(DbBackupConfig dbBackupConfig, String dbHomeId, String newAdminPassword, String oldTdeWalletPassword, String newTdeWalletPassword, DatabaseStorageSizeDetails storageSizeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, PatchOptions patchOptions)Deprecated.
-