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