Uses of Class
com.oracle.bmc.distributeddatabase.model.AddDistributedDatabaseGdsControlNodeDetails
-
Packages that use AddDistributedDatabaseGdsControlNodeDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of AddDistributedDatabaseGdsControlNodeDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return AddDistributedDatabaseGdsControlNodeDetails Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeDetails
AddDistributedDatabaseGdsControlNodeDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type AddDistributedDatabaseGdsControlNodeDetails Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeDetails.Builder
AddDistributedDatabaseGdsControlNodeDetails.Builder. copy(AddDistributedDatabaseGdsControlNodeDetails model)
-
Uses of AddDistributedDatabaseGdsControlNodeDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return AddDistributedDatabaseGdsControlNodeDetails Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeDetails
AddDistributedDatabaseGdsControlNodeRequest. getAddDistributedDatabaseGdsControlNodeDetails()
Details required to provision the new Global database services control(GDS CTL) node for the Distributed database.AddDistributedDatabaseGdsControlNodeDetails
AddDistributedDatabaseGdsControlNodeRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type AddDistributedDatabaseGdsControlNodeDetails Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeRequest.Builder
AddDistributedDatabaseGdsControlNodeRequest.Builder. addDistributedDatabaseGdsControlNodeDetails(AddDistributedDatabaseGdsControlNodeDetails addDistributedDatabaseGdsControlNodeDetails)
Details required to provision the new Global database services control(GDS CTL) node for the Distributed database.AddDistributedDatabaseGdsControlNodeRequest.Builder
AddDistributedDatabaseGdsControlNodeRequest.Builder. body$(AddDistributedDatabaseGdsControlNodeDetails body)
Alternative setter for the body parameter.
-