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