Uses of Class
com.oracle.bmc.distributeddatabase.responses.AddDistributedAutonomousDatabaseGdsControlNodeResponse
-
Packages that use AddDistributedAutonomousDatabaseGdsControlNodeResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of AddDistributedAutonomousDatabaseGdsControlNodeResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return AddDistributedAutonomousDatabaseGdsControlNodeResponse Modifier and Type Method Description AddDistributedAutonomousDatabaseGdsControlNodeResponse
DistributedAutonomousDbService. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request)
Add new Global database services control(GDS CTL) node for the Globally distributed autonomous database.AddDistributedAutonomousDatabaseGdsControlNodeResponse
DistributedAutonomousDbServiceClient. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type AddDistributedAutonomousDatabaseGdsControlNodeResponse Modifier and Type Method Description Future<AddDistributedAutonomousDatabaseGdsControlNodeResponse>
DistributedAutonomousDbServiceAsync. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request, AsyncHandler<AddDistributedAutonomousDatabaseGdsControlNodeRequest,AddDistributedAutonomousDatabaseGdsControlNodeResponse> handler)
Add new Global database services control(GDS CTL) node for the Globally distributed autonomous database.Future<AddDistributedAutonomousDatabaseGdsControlNodeResponse>
DistributedAutonomousDbServiceAsyncClient. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request, AsyncHandler<AddDistributedAutonomousDatabaseGdsControlNodeRequest,AddDistributedAutonomousDatabaseGdsControlNodeResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type AddDistributedAutonomousDatabaseGdsControlNodeResponse Modifier and Type Method Description Future<AddDistributedAutonomousDatabaseGdsControlNodeResponse>
DistributedAutonomousDbServiceAsync. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request, AsyncHandler<AddDistributedAutonomousDatabaseGdsControlNodeRequest,AddDistributedAutonomousDatabaseGdsControlNodeResponse> handler)
Add new Global database services control(GDS CTL) node for the Globally distributed autonomous database.Future<AddDistributedAutonomousDatabaseGdsControlNodeResponse>
DistributedAutonomousDbServiceAsyncClient. addDistributedAutonomousDatabaseGdsControlNode(AddDistributedAutonomousDatabaseGdsControlNodeRequest request, AsyncHandler<AddDistributedAutonomousDatabaseGdsControlNodeRequest,AddDistributedAutonomousDatabaseGdsControlNodeResponse> handler)
-
Uses of AddDistributedAutonomousDatabaseGdsControlNodeResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return AddDistributedAutonomousDatabaseGdsControlNodeResponse Modifier and Type Method Description AddDistributedAutonomousDatabaseGdsControlNodeResponse
AddDistributedAutonomousDatabaseGdsControlNodeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type AddDistributedAutonomousDatabaseGdsControlNodeResponse Modifier and Type Method Description AddDistributedAutonomousDatabaseGdsControlNodeResponse.Builder
AddDistributedAutonomousDatabaseGdsControlNodeResponse.Builder. copy(AddDistributedAutonomousDatabaseGdsControlNodeResponse o)
Copy method to populate the builder with values from the given instance.
-