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.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
DistributedDatabase.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabase Modifier and Type Method Description DistributedDatabase.Builder
DistributedDatabase.Builder. copy(DistributedDatabase model)
-
Uses of DistributedDatabase in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
CreateDistributedDatabaseResponse. getDistributedDatabase()
The returned DistributedDatabase instance.DistributedDatabase
GetDistributedDatabaseResponse. getDistributedDatabase()
The returned DistributedDatabase instance.DistributedDatabase
UpdateDistributedDatabaseResponse. getDistributedDatabase()
The returned DistributedDatabase instance.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type DistributedDatabase Modifier and Type Method Description CreateDistributedDatabaseResponse.Builder
CreateDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)
The returned DistributedDatabase instance.GetDistributedDatabaseResponse.Builder
GetDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)
The returned DistributedDatabase instance.UpdateDistributedDatabaseResponse.Builder
UpdateDistributedDatabaseResponse.Builder. distributedDatabase(DistributedDatabase distributedDatabase)
The returned DistributedDatabase instance.
-