Uses of Class
com.oracle.bmc.distributeddatabase.responses.UpdateDistributedAutonomousDatabaseResponse
-
Packages that use UpdateDistributedAutonomousDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of UpdateDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return UpdateDistributedAutonomousDatabaseResponse Modifier and Type Method Description UpdateDistributedAutonomousDatabaseResponse
DistributedAutonomousDbService. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request)
Updates the configuration of the Globally distributed autonomous database.UpdateDistributedAutonomousDatabaseResponse
DistributedAutonomousDbServiceClient. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type UpdateDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<UpdateDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request, AsyncHandler<UpdateDistributedAutonomousDatabaseRequest,UpdateDistributedAutonomousDatabaseResponse> handler)
Updates the configuration of the Globally distributed autonomous database.Future<UpdateDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request, AsyncHandler<UpdateDistributedAutonomousDatabaseRequest,UpdateDistributedAutonomousDatabaseResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type UpdateDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<UpdateDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request, AsyncHandler<UpdateDistributedAutonomousDatabaseRequest,UpdateDistributedAutonomousDatabaseResponse> handler)
Updates the configuration of the Globally distributed autonomous database.Future<UpdateDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. updateDistributedAutonomousDatabase(UpdateDistributedAutonomousDatabaseRequest request, AsyncHandler<UpdateDistributedAutonomousDatabaseRequest,UpdateDistributedAutonomousDatabaseResponse> handler)
-
Uses of UpdateDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return UpdateDistributedAutonomousDatabaseResponse Modifier and Type Method Description UpdateDistributedAutonomousDatabaseResponse
UpdateDistributedAutonomousDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type UpdateDistributedAutonomousDatabaseResponse Modifier and Type Method Description UpdateDistributedAutonomousDatabaseResponse.Builder
UpdateDistributedAutonomousDatabaseResponse.Builder. copy(UpdateDistributedAutonomousDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-