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.model
Methods in com.oracle.bmc.database.model that return PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntry
PatchHistoryEntry.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntry.Builder
PatchHistoryEntry.Builder. copy(PatchHistoryEntry model)
-
Uses of PatchHistoryEntry in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return PatchHistoryEntry Modifier and Type Method Description PatchHistoryEntry
GetDbHomePatchHistoryEntryResponse. getPatchHistoryEntry()
The returned PatchHistoryEntry instance.PatchHistoryEntry
GetDbSystemPatchHistoryEntryResponse. getPatchHistoryEntry()
The returned PatchHistoryEntry instance.PatchHistoryEntry
GetVmClusterPatchHistoryEntryResponse. getPatchHistoryEntry()
The returned PatchHistoryEntry instance.Methods in com.oracle.bmc.database.responses with parameters of type PatchHistoryEntry Modifier and Type Method Description GetDbHomePatchHistoryEntryResponse.Builder
GetDbHomePatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)
The returned PatchHistoryEntry instance.GetDbSystemPatchHistoryEntryResponse.Builder
GetDbSystemPatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)
The returned PatchHistoryEntry instance.GetVmClusterPatchHistoryEntryResponse.Builder
GetVmClusterPatchHistoryEntryResponse.Builder. patchHistoryEntry(PatchHistoryEntry patchHistoryEntry)
The returned PatchHistoryEntry instance.
-