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