Uses of Class
com.oracle.bmc.distributeddatabase.model.UpdateDistributedDatabaseDetails
-
Packages that use UpdateDistributedDatabaseDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of UpdateDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return UpdateDistributedDatabaseDetails Modifier and Type Method Description UpdateDistributedDatabaseDetails
UpdateDistributedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type UpdateDistributedDatabaseDetails Modifier and Type Method Description UpdateDistributedDatabaseDetails.Builder
UpdateDistributedDatabaseDetails.Builder. copy(UpdateDistributedDatabaseDetails model)
-
Uses of UpdateDistributedDatabaseDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return UpdateDistributedDatabaseDetails Modifier and Type Method Description UpdateDistributedDatabaseDetails
UpdateDistributedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.UpdateDistributedDatabaseDetails
UpdateDistributedDatabaseRequest. getUpdateDistributedDatabaseDetails()
The configuration of the Globally distributed database to be updated.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type UpdateDistributedDatabaseDetails Modifier and Type Method Description UpdateDistributedDatabaseRequest.Builder
UpdateDistributedDatabaseRequest.Builder. body$(UpdateDistributedDatabaseDetails body)
Alternative setter for the body parameter.UpdateDistributedDatabaseRequest.Builder
UpdateDistributedDatabaseRequest.Builder. updateDistributedDatabaseDetails(UpdateDistributedDatabaseDetails updateDistributedDatabaseDetails)
The configuration of the Globally distributed database to be updated.
-