Uses of Class
com.oracle.bmc.database.model.PatchHistoryEntry
- 
Packages that use PatchHistoryEntry Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of PatchHistoryEntry in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntryPatchHistoryEntry.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntry.BuilderPatchHistoryEntry.Builder. copy(PatchHistoryEntry model)
- 
Uses of PatchHistoryEntry in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntryGetDbHomePatchHistoryEntryResponse. getPatchHistoryEntry()The returned PatchHistoryEntry instance.PatchHistoryEntryGetDbSystemPatchHistoryEntryResponse. getPatchHistoryEntry()The returned PatchHistoryEntry instance.PatchHistoryEntryGetVmClusterPatchHistoryEntryResponse. getPatchHistoryEntry()The returned PatchHistoryEntry instance.Methods in com.oracle.bmc.database.responses with parameters of type PatchHistoryEntry Modifier and Type Method Description GetDbHomePatchHistoryEntryResponse.BuilderGetDbHomePatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)The returned PatchHistoryEntry instance.GetDbSystemPatchHistoryEntryResponse.BuilderGetDbSystemPatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)The returned PatchHistoryEntry instance.GetVmClusterPatchHistoryEntryResponse.BuilderGetVmClusterPatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)The returned PatchHistoryEntry instance.
 
-