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