Uses of Class
com.oracle.bmc.database.model.UpdateHistoryEntry
-
Packages that use UpdateHistoryEntry Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of UpdateHistoryEntry in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateHistoryEntry Modifier and Type Method Description UpdateHistoryEntry
UpdateHistoryEntry.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateHistoryEntry Modifier and Type Method Description UpdateHistoryEntry.Builder
UpdateHistoryEntry.Builder. copy(UpdateHistoryEntry model)
-
Uses of UpdateHistoryEntry in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateHistoryEntry Modifier and Type Method Description UpdateHistoryEntry
GetCloudVmClusterUpdateHistoryEntryResponse. getUpdateHistoryEntry()
The returned UpdateHistoryEntry instance.Methods in com.oracle.bmc.database.responses with parameters of type UpdateHistoryEntry Modifier and Type Method Description GetCloudVmClusterUpdateHistoryEntryResponse.Builder
GetCloudVmClusterUpdateHistoryEntryResponse.Builder. updateHistoryEntry(UpdateHistoryEntry updateHistoryEntry)
The returned UpdateHistoryEntry instance.
-