Uses of Class
com.oracle.bmc.database.model.SystemVersionCollection
-
Packages that use SystemVersionCollection Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of SystemVersionCollection in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return SystemVersionCollection Modifier and Type Method Description SystemVersionCollection
SystemVersionCollection.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type SystemVersionCollection Modifier and Type Method Description SystemVersionCollection.Builder
SystemVersionCollection.Builder. copy(SystemVersionCollection model)
-
Uses of SystemVersionCollection in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return SystemVersionCollection Modifier and Type Method Description SystemVersionCollection
ListSystemVersionsResponse. getSystemVersionCollection()
The returned SystemVersionCollection instance.Methods in com.oracle.bmc.database.responses with parameters of type SystemVersionCollection Modifier and Type Method Description ListSystemVersionsResponse.Builder
ListSystemVersionsResponse.Builder. systemVersionCollection(SystemVersionCollection systemVersionCollection)
The returned SystemVersionCollection instance.
-