Uses of Class
com.oracle.bmc.psql.model.DbSystemCollection
-
Packages that use DbSystemCollection Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.responses -
-
Uses of DbSystemCollection in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystemCollection Modifier and Type Method Description DbSystemCollection
DbSystemCollection.Builder. build()
Methods in com.oracle.bmc.psql.model with parameters of type DbSystemCollection Modifier and Type Method Description DbSystemCollection.Builder
DbSystemCollection.Builder. copy(DbSystemCollection model)
-
Uses of DbSystemCollection in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return DbSystemCollection Modifier and Type Method Description DbSystemCollection
ListDbSystemsResponse. getDbSystemCollection()
The returned DbSystemCollection instance.Methods in com.oracle.bmc.psql.responses with parameters of type DbSystemCollection Modifier and Type Method Description ListDbSystemsResponse.Builder
ListDbSystemsResponse.Builder. dbSystemCollection(DbSystemCollection dbSystemCollection)
The returned DbSystemCollection instance.
-