Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.ConfigureShardingResponse
-
Packages that use ConfigureShardingResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of ConfigureShardingResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return ConfigureShardingResponse Modifier and Type Method Description ConfigureShardingResponse
ShardedDatabaseService. configureSharding(ConfigureShardingRequest request)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.ConfigureShardingResponse
ShardedDatabaseServiceClient. configureSharding(ConfigureShardingRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type ConfigureShardingResponse Modifier and Type Method Description Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsync. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsyncClient. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ConfigureShardingResponse Modifier and Type Method Description Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsync. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
Once all components of sharded database are provisioned, and signed GSM certificates are successfully uploaded, this api shall be invoked to configure sharding on the sharded database.Future<ConfigureShardingResponse>
ShardedDatabaseServiceAsyncClient. configureSharding(ConfigureShardingRequest request, AsyncHandler<ConfigureShardingRequest,ConfigureShardingResponse> handler)
-
Uses of ConfigureShardingResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return ConfigureShardingResponse Modifier and Type Method Description ConfigureShardingResponse
ConfigureShardingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type ConfigureShardingResponse Modifier and Type Method Description ConfigureShardingResponse.Builder
ConfigureShardingResponse.Builder. copy(ConfigureShardingResponse o)
Copy method to populate the builder with values from the given instance.
-