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.database
Methods 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 theVmClusterUpdateHistoryEntrySummary
objects contained in responses from the listVmClusterUpdateHistoryEntries operation. -
Uses of VmClusterUpdateHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description VmClusterUpdateHistoryEntrySummary
VmClusterUpdateHistoryEntrySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type VmClusterUpdateHistoryEntrySummary Modifier and Type Method Description VmClusterUpdateHistoryEntrySummary.Builder
VmClusterUpdateHistoryEntrySummary.Builder. copy(VmClusterUpdateHistoryEntrySummary model)
-
Uses of VmClusterUpdateHistoryEntrySummary in com.oracle.bmc.database.responses
Methods 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.Builder
ListVmClusterUpdateHistoryEntriesResponse.Builder. items(List<VmClusterUpdateHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.VmClusterUpdateHistoryEntrySummary instances.
-