Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabaseGsm
-
Packages that use DistributedDatabaseGsm Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabaseGsm in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabaseGsm Modifier and Type Method Description DistributedDatabaseGsm
DistributedDatabaseGsm.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model that return types with arguments of type DistributedDatabaseGsm Modifier and Type Method Description List<DistributedDatabaseGsm>
DistributedDatabase. getGsmDetails()
Collection of catalogs associated with the Globally distributed database.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseGsm Modifier and Type Method Description DistributedDatabaseGsm.Builder
DistributedDatabaseGsm.Builder. copy(DistributedDatabaseGsm model)
Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDatabaseGsm Modifier and Type Method Description DistributedDatabase.Builder
DistributedDatabase.Builder. gsmDetails(List<DistributedDatabaseGsm> gsmDetails)
Collection of catalogs associated with the Globally distributed database.
-