Uses of Class
com.oracle.bmc.database.model.UpdateHistoryEntrySummary
-
Packages that use UpdateHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of UpdateHistoryEntrySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateHistoryEntrySummary Modifier and Type Method Description Iterable<UpdateHistoryEntrySummary>
DatabasePaginators. listCloudVmClusterUpdateHistoryEntriesRecordIterator(ListCloudVmClusterUpdateHistoryEntriesRequest request)
Creates a new iterable which will iterate over theUpdateHistoryEntrySummary
objects contained in responses from the listCloudVmClusterUpdateHistoryEntries operation. -
Uses of UpdateHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateHistoryEntrySummary Modifier and Type Method Description UpdateHistoryEntrySummary
UpdateHistoryEntrySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateHistoryEntrySummary Modifier and Type Method Description UpdateHistoryEntrySummary.Builder
UpdateHistoryEntrySummary.Builder. copy(UpdateHistoryEntrySummary model)
-
Uses of UpdateHistoryEntrySummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type UpdateHistoryEntrySummary Modifier and Type Method Description List<UpdateHistoryEntrySummary>
ListCloudVmClusterUpdateHistoryEntriesResponse. getItems()
A list of com.oracle.bmc.database.model.UpdateHistoryEntrySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type UpdateHistoryEntrySummary Modifier and Type Method Description ListCloudVmClusterUpdateHistoryEntriesResponse.Builder
ListCloudVmClusterUpdateHistoryEntriesResponse.Builder. items(List<UpdateHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.UpdateHistoryEntrySummary instances.
-