Uses of Class
com.oracle.bmc.distributeddatabase.responses.ConfigureDistributedDatabaseGsmsResponse
-
Packages that use ConfigureDistributedDatabaseGsmsResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ConfigureDistributedDatabaseGsmsResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ConfigureDistributedDatabaseGsmsResponse Modifier and Type Method Description ConfigureDistributedDatabaseGsmsResponse
DistributedDbService. configureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request)
Configure new Global Service Manager(GSM aka shard manager) instances for the Globally distributed database.ConfigureDistributedDatabaseGsmsResponse
DistributedDbServiceClient. configureDistributedDatabaseGsms(ConfigureDistributedDatabaseGsmsRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ConfigureDistributedDatabaseGsmsResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ConfigureDistributedDatabaseGsmsResponse 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 ConfigureDistributedDatabaseGsmsResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ConfigureDistributedDatabaseGsmsResponse Modifier and Type Method Description ConfigureDistributedDatabaseGsmsResponse
ConfigureDistributedDatabaseGsmsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ConfigureDistributedDatabaseGsmsResponse Modifier and Type Method Description ConfigureDistributedDatabaseGsmsResponse.Builder
ConfigureDistributedDatabaseGsmsResponse.Builder. copy(ConfigureDistributedDatabaseGsmsResponse o)
Copy method to populate the builder with values from the given instance.
-