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