Uses of Class
com.oracle.bmc.distributeddatabase.requests.ConfigureDistributedDatabaseGsmsRequest
-
Packages that use ConfigureDistributedDatabaseGsmsRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of ConfigureDistributedDatabaseGsmsRequest in com.oracle.bmc.distributeddatabase
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ConfigureDistributedDatabaseGsmsRequest Modifier and Type Method Description Future<ConfigureDistributedDatabaseGsmsResponse>
DistributedDbServiceAsync. configureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request, AsyncHandler<ConfigureDistributedDatabaseGsmsRequest,ConfigureDistributedDatabaseGsmsResponse> handler)
Configure new Global Service Manager(GSM aka shard manager) instances for the Globally distributed database.Future<ConfigureDistributedDatabaseGsmsResponse>
DistributedDbServiceAsyncClient. configureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request, AsyncHandler<ConfigureDistributedDatabaseGsmsRequest,ConfigureDistributedDatabaseGsmsResponse> handler)
-
Uses of ConfigureDistributedDatabaseGsmsRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ConfigureDistributedDatabaseGsmsRequest Modifier and Type Method Description ConfigureDistributedDatabaseGsmsRequest
ConfigureDistributedDatabaseGsmsRequest.Builder. build()
Build the instance of ConfigureDistributedDatabaseGsmsRequest as configured by this builderConfigureDistributedDatabaseGsmsRequest
ConfigureDistributedDatabaseGsmsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ConfigureDistributedDatabaseGsmsRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type ConfigureDistributedDatabaseGsmsRequest Modifier and Type Method Description ConfigureDistributedDatabaseGsmsRequest.Builder
ConfigureDistributedDatabaseGsmsRequest.Builder. copy(ConfigureDistributedDatabaseGsmsRequest o)
Copy method to populate the builder with values from the given instance.
-