Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.ConfigureShardedDatabaseGsmsResponse
-
Packages that use ConfigureShardedDatabaseGsmsResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of ConfigureShardedDatabaseGsmsResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return ConfigureShardedDatabaseGsmsResponse Modifier and Type Method Description ConfigureShardedDatabaseGsmsResponse
ShardedDatabaseService. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request)
Configure new Global Service Manager(GSM aka shard manager) instances for the sharded database.ConfigureShardedDatabaseGsmsResponse
ShardedDatabaseServiceClient. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type ConfigureShardedDatabaseGsmsResponse Modifier and Type Method Description Future<ConfigureShardedDatabaseGsmsResponse>
ShardedDatabaseServiceAsync. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request, AsyncHandler<ConfigureShardedDatabaseGsmsRequest,ConfigureShardedDatabaseGsmsResponse> handler)
Configure new Global Service Manager(GSM aka shard manager) instances for the sharded database.Future<ConfigureShardedDatabaseGsmsResponse>
ShardedDatabaseServiceAsyncClient. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request, AsyncHandler<ConfigureShardedDatabaseGsmsRequest,ConfigureShardedDatabaseGsmsResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ConfigureShardedDatabaseGsmsResponse Modifier and Type Method Description Future<ConfigureShardedDatabaseGsmsResponse>
ShardedDatabaseServiceAsync. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request, AsyncHandler<ConfigureShardedDatabaseGsmsRequest,ConfigureShardedDatabaseGsmsResponse> handler)
Configure new Global Service Manager(GSM aka shard manager) instances for the sharded database.Future<ConfigureShardedDatabaseGsmsResponse>
ShardedDatabaseServiceAsyncClient. configureShardedDatabaseGsms(ConfigureShardedDatabaseGsmsRequest request, AsyncHandler<ConfigureShardedDatabaseGsmsRequest,ConfigureShardedDatabaseGsmsResponse> handler)
-
Uses of ConfigureShardedDatabaseGsmsResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return ConfigureShardedDatabaseGsmsResponse Modifier and Type Method Description ConfigureShardedDatabaseGsmsResponse
ConfigureShardedDatabaseGsmsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type ConfigureShardedDatabaseGsmsResponse Modifier and Type Method Description ConfigureShardedDatabaseGsmsResponse.Builder
ConfigureShardedDatabaseGsmsResponse.Builder. copy(ConfigureShardedDatabaseGsmsResponse o)
Copy method to populate the builder with values from the given instance.
-