Uses of Class
com.oracle.bmc.database.model.SystemVersionSummary
-
Packages that use SystemVersionSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of SystemVersionSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type SystemVersionSummary Modifier and Type Method Description Iterable<SystemVersionSummary>
DatabasePaginators. listSystemVersionsRecordIterator(ListSystemVersionsRequest request)
Creates a new iterable which will iterate over theSystemVersionSummary
objects contained in responses from the listSystemVersions operation. -
Uses of SystemVersionSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SystemVersionSummary Modifier and Type Method Description SystemVersionSummary
SystemVersionSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type SystemVersionSummary Modifier and Type Method Description List<SystemVersionSummary>
SystemVersionCollection. getItems()
List of System versions.Methods in com.oracle.bmc.database.model with parameters of type SystemVersionSummary Modifier and Type Method Description SystemVersionSummary.Builder
SystemVersionSummary.Builder. copy(SystemVersionSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type SystemVersionSummary Modifier and Type Method Description SystemVersionCollection.Builder
SystemVersionCollection.Builder. items(List<SystemVersionSummary> items)
List of System versions.Constructor parameters in com.oracle.bmc.database.model with type arguments of type SystemVersionSummary Constructor Description SystemVersionCollection(List<SystemVersionSummary> items)
Deprecated.
-