Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseDetails
-
Packages that use CreateDistributedDatabaseDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of CreateDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabaseDetails Modifier and Type Method Description CreateDistributedDatabaseDetails
CreateDistributedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabaseDetails Modifier and Type Method Description CreateDistributedDatabaseDetails.Builder
CreateDistributedDatabaseDetails.Builder. copy(CreateDistributedDatabaseDetails model)
-
Uses of CreateDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return CreateDistributedDatabaseDetails Modifier and Type Method Description CreateDistributedDatabaseDetails
CreateDistributedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.CreateDistributedDatabaseDetails
CreateDistributedDatabaseRequest. getCreateDistributedDatabaseDetails()
Details of the Globally distributed database to be created.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type CreateDistributedDatabaseDetails Modifier and Type Method Description CreateDistributedDatabaseRequest.Builder
CreateDistributedDatabaseRequest.Builder. body$(CreateDistributedDatabaseDetails body)
Alternative setter for the body parameter.CreateDistributedDatabaseRequest.Builder
CreateDistributedDatabaseRequest.Builder. createDistributedDatabaseDetails(CreateDistributedDatabaseDetails createDistributedDatabaseDetails)
Details of the Globally distributed database to be created.
-