Uses of Class
com.oracle.bmc.distributeddatabase.responses.ConfigureDistributedDatabaseShardingResponse
-
Packages that use ConfigureDistributedDatabaseShardingResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of ConfigureDistributedDatabaseShardingResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return ConfigureDistributedDatabaseShardingResponse Modifier and Type Method Description ConfigureDistributedDatabaseShardingResponse
DistributedDbService. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request)
Once all components of Globally distributed database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the Globally distributed database.ConfigureDistributedDatabaseShardingResponse
DistributedDbServiceClient. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type ConfigureDistributedDatabaseShardingResponse Modifier and Type Method Description Future<ConfigureDistributedDatabaseShardingResponse>
DistributedDbServiceAsync. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request, AsyncHandler<ConfigureDistributedDatabaseShardingRequest,ConfigureDistributedDatabaseShardingResponse> handler)
Once all components of Globally distributed database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the Globally distributed database.Future<ConfigureDistributedDatabaseShardingResponse>
DistributedDbServiceAsyncClient. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request, AsyncHandler<ConfigureDistributedDatabaseShardingRequest,ConfigureDistributedDatabaseShardingResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ConfigureDistributedDatabaseShardingResponse Modifier and Type Method Description Future<ConfigureDistributedDatabaseShardingResponse>
DistributedDbServiceAsync. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request, AsyncHandler<ConfigureDistributedDatabaseShardingRequest,ConfigureDistributedDatabaseShardingResponse> handler)
Once all components of Globally distributed database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the Globally distributed database.Future<ConfigureDistributedDatabaseShardingResponse>
DistributedDbServiceAsyncClient. configureDistributedDatabaseSharding(ConfigureDistributedDatabaseShardingRequest request, AsyncHandler<ConfigureDistributedDatabaseShardingRequest,ConfigureDistributedDatabaseShardingResponse> handler)
-
Uses of ConfigureDistributedDatabaseShardingResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return ConfigureDistributedDatabaseShardingResponse Modifier and Type Method Description ConfigureDistributedDatabaseShardingResponse
ConfigureDistributedDatabaseShardingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type ConfigureDistributedDatabaseShardingResponse Modifier and Type Method Description ConfigureDistributedDatabaseShardingResponse.Builder
ConfigureDistributedDatabaseShardingResponse.Builder. copy(ConfigureDistributedDatabaseShardingResponse o)
Copy method to populate the builder with values from the given instance.
-