Uses of Class
com.oracle.bmc.database.model.VmClusterUpdateHistoryEntrySummary
- 
Packages that use VmClusterUpdateHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of VmClusterUpdateHistoryEntrySummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description Iterable<VmClusterUpdateHistoryEntrySummary>DatabasePaginators. listVmClusterUpdateHistoryEntriesRecordIterator(ListVmClusterUpdateHistoryEntriesRequest request)Creates a new iterable which will iterate over theVmClusterUpdateHistoryEntrySummaryobjects contained in responses from the listVmClusterUpdateHistoryEntries operation.
- 
Uses of VmClusterUpdateHistoryEntrySummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description VmClusterUpdateHistoryEntrySummaryVmClusterUpdateHistoryEntrySummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description VmClusterUpdateHistoryEntrySummary.BuilderVmClusterUpdateHistoryEntrySummary.Builder. copy(VmClusterUpdateHistoryEntrySummary model)
- 
Uses of VmClusterUpdateHistoryEntrySummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description List<VmClusterUpdateHistoryEntrySummary>ListVmClusterUpdateHistoryEntriesResponse. getItems()A list of com.oracle.bmc.database.model.VmClusterUpdateHistoryEntrySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description ListVmClusterUpdateHistoryEntriesResponse.BuilderListVmClusterUpdateHistoryEntriesResponse.Builder. items(List<VmClusterUpdateHistoryEntrySummary> items)A list of com.oracle.bmc.database.model.VmClusterUpdateHistoryEntrySummary instances.
 
-