Uses of Class
com.oracle.bmc.distributeddatabase.model.ConfigureDistributedDatabaseGsmsDetails
-
Packages that use ConfigureDistributedDatabaseGsmsDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of ConfigureDistributedDatabaseGsmsDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ConfigureDistributedDatabaseGsmsDetails Modifier and Type Method Description ConfigureDistributedDatabaseGsmsDetails
ConfigureDistributedDatabaseGsmsDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ConfigureDistributedDatabaseGsmsDetails Modifier and Type Method Description ConfigureDistributedDatabaseGsmsDetails.Builder
ConfigureDistributedDatabaseGsmsDetails.Builder. copy(ConfigureDistributedDatabaseGsmsDetails model)
-
Uses of ConfigureDistributedDatabaseGsmsDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ConfigureDistributedDatabaseGsmsDetails Modifier and Type Method Description ConfigureDistributedDatabaseGsmsDetails
ConfigureDistributedDatabaseGsmsRequest. getBody$()
Alternative accessor for the body parameter.ConfigureDistributedDatabaseGsmsDetails
ConfigureDistributedDatabaseGsmsRequest. getConfigureDistributedDatabaseGsmsDetails()
Details to configure the new GSM instances for the distributed database.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type ConfigureDistributedDatabaseGsmsDetails Modifier and Type Method Description ConfigureDistributedDatabaseGsmsRequest.Builder
ConfigureDistributedDatabaseGsmsRequest.Builder. body$(ConfigureDistributedDatabaseGsmsDetails body)
Alternative setter for the body parameter.ConfigureDistributedDatabaseGsmsRequest.Builder
ConfigureDistributedDatabaseGsmsRequest.Builder. configureDistributedDatabaseGsmsDetails(ConfigureDistributedDatabaseGsmsDetails configureDistributedDatabaseGsmsDetails)
Details to configure the new GSM instances for the distributed database.
-