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