Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabase
- 
Packages that use DistributedDatabase Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.responses 
- 
- 
Uses of DistributedDatabase in com.oracle.bmc.distributeddatabase.modelMethods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabase Modifier and Type Method Description DistributedDatabaseDistributedDatabase.Builder. build()Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabase Modifier and Type Method Description DistributedDatabase.BuilderDistributedDatabase.Builder. copy(DistributedDatabase model)
- 
Uses of DistributedDatabase in com.oracle.bmc.distributeddatabase.responsesMethods in com.oracle.bmc.distributeddatabase.responses that return DistributedDatabase Modifier and Type Method Description DistributedDatabaseCreateDistributedDatabaseResponse. getDistributedDatabase()The returned DistributedDatabase instance.DistributedDatabaseGetDistributedDatabaseResponse. getDistributedDatabase()The returned DistributedDatabase instance.DistributedDatabaseUpdateDistributedDatabaseResponse. getDistributedDatabase()The returned DistributedDatabase instance.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type DistributedDatabase Modifier and Type Method Description CreateDistributedDatabaseResponse.BuilderCreateDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)The returned DistributedDatabase instance.GetDistributedDatabaseResponse.BuilderGetDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)The returned DistributedDatabase instance.UpdateDistributedDatabaseResponse.BuilderUpdateDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)The returned DistributedDatabase instance.
 
-