Uses of Class
com.oracle.bmc.distributeddatabase.responses.ChangeDistributedDatabaseCompartmentResponse
-
Packages that use ChangeDistributedDatabaseCompartmentResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ChangeDistributedDatabaseCompartmentResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ChangeDistributedDatabaseCompartmentResponse Modifier and Type Method Description ChangeDistributedDatabaseCompartmentResponse
DistributedDbService. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request)
Move the Globally distributed database and its dependent resources to the specified compartment.ChangeDistributedDatabaseCompartmentResponse
DistributedDbServiceClient. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ChangeDistributedDatabaseCompartmentResponse Modifier and Type Method Description Future<ChangeDistributedDatabaseCompartmentResponse>
DistributedDbServiceAsync. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request, AsyncHandler<ChangeDistributedDatabaseCompartmentRequest,ChangeDistributedDatabaseCompartmentResponse> handler)
Move the Globally distributed database and its dependent resources to the specified compartment.Future<ChangeDistributedDatabaseCompartmentResponse>
DistributedDbServiceAsyncClient. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request, AsyncHandler<ChangeDistributedDatabaseCompartmentRequest,ChangeDistributedDatabaseCompartmentResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ChangeDistributedDatabaseCompartmentResponse Modifier and Type Method Description Future<ChangeDistributedDatabaseCompartmentResponse>
DistributedDbServiceAsync. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request, AsyncHandler<ChangeDistributedDatabaseCompartmentRequest,ChangeDistributedDatabaseCompartmentResponse> handler)
Move the Globally distributed database and its dependent resources to the specified compartment.Future<ChangeDistributedDatabaseCompartmentResponse>
DistributedDbServiceAsyncClient. changeDistributedDatabaseCompartment(ChangeDistributedDatabaseCompartmentRequest request, AsyncHandler<ChangeDistributedDatabaseCompartmentRequest,ChangeDistributedDatabaseCompartmentResponse> handler)
-
Uses of ChangeDistributedDatabaseCompartmentResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ChangeDistributedDatabaseCompartmentResponse Modifier and Type Method Description ChangeDistributedDatabaseCompartmentResponse
ChangeDistributedDatabaseCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ChangeDistributedDatabaseCompartmentResponse Modifier and Type Method Description ChangeDistributedDatabaseCompartmentResponse.Builder
ChangeDistributedDatabaseCompartmentResponse.Builder. copy(ChangeDistributedDatabaseCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-