Uses of Class
com.oracle.bmc.distributeddatabase.requests.UpdateDistributedDatabaseRequest
-
Packages that use UpdateDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of UpdateDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase with parameters of type UpdateDistributedDatabaseRequest Modifier and Type Method Description UpdateDistributedDatabaseResponse
DistributedDbService. updateDistributedDatabase(UpdateDistributedDatabaseRequest request)
Updates the configuration of the Globally distributed database.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)
UpdateDistributedDatabaseResponse
DistributedDbServiceClient. updateDistributedDatabase(UpdateDistributedDatabaseRequest request)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type UpdateDistributedDatabaseRequest 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 UpdateDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return UpdateDistributedDatabaseRequest Modifier and Type Method Description UpdateDistributedDatabaseRequest
UpdateDistributedDatabaseRequest.Builder. build()
Build the instance of UpdateDistributedDatabaseRequest as configured by this builderUpdateDistributedDatabaseRequest
UpdateDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type UpdateDistributedDatabaseRequest Modifier and Type Method Description UpdateDistributedDatabaseRequest.Builder
UpdateDistributedDatabaseRequest.Builder. copy(UpdateDistributedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-