Uses of Class
com.oracle.bmc.distributeddatabase.model.ChangeDistributedDatabaseCompartmentDetails
-
Packages that use ChangeDistributedDatabaseCompartmentDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of ChangeDistributedDatabaseCompartmentDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ChangeDistributedDatabaseCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabaseCompartmentDetails
ChangeDistributedDatabaseCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ChangeDistributedDatabaseCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabaseCompartmentDetails.Builder
ChangeDistributedDatabaseCompartmentDetails.Builder. copy(ChangeDistributedDatabaseCompartmentDetails model)
-
Uses of ChangeDistributedDatabaseCompartmentDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ChangeDistributedDatabaseCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabaseCompartmentDetails
ChangeDistributedDatabaseCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDistributedDatabaseCompartmentDetails
ChangeDistributedDatabaseCompartmentRequest. getChangeDistributedDatabaseCompartmentDetails()
Request to move the Globally distributed database to a different compartment.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type ChangeDistributedDatabaseCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabaseCompartmentRequest.Builder
ChangeDistributedDatabaseCompartmentRequest.Builder. body$(ChangeDistributedDatabaseCompartmentDetails body)
Alternative setter for the body parameter.ChangeDistributedDatabaseCompartmentRequest.Builder
ChangeDistributedDatabaseCompartmentRequest.Builder. changeDistributedDatabaseCompartmentDetails(ChangeDistributedDatabaseCompartmentDetails changeDistributedDatabaseCompartmentDetails)
Request to move the Globally distributed database to a different compartment.
-