Uses of Class
com.oracle.bmc.globallydistributeddatabase.responses.StartShardedDatabaseResponse
-
Packages that use StartShardedDatabaseResponse Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.responses -
-
Uses of StartShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase that return StartShardedDatabaseResponse Modifier and Type Method Description StartShardedDatabaseResponse
ShardedDatabaseService. startShardedDatabase(StartShardedDatabaseRequest request)
Start the shards, catalog and GSMs of Sharded Database.StartShardedDatabaseResponse
ShardedDatabaseServiceClient. startShardedDatabase(StartShardedDatabaseRequest request)
Methods in com.oracle.bmc.globallydistributeddatabase that return types with arguments of type StartShardedDatabaseResponse Modifier and Type Method Description Future<StartShardedDatabaseResponse>
ShardedDatabaseServiceAsync. startShardedDatabase(StartShardedDatabaseRequest request, AsyncHandler<StartShardedDatabaseRequest,StartShardedDatabaseResponse> handler)
Start the shards, catalog and GSMs of Sharded Database.Future<StartShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. startShardedDatabase(StartShardedDatabaseRequest request, AsyncHandler<StartShardedDatabaseRequest,StartShardedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type StartShardedDatabaseResponse Modifier and Type Method Description Future<StartShardedDatabaseResponse>
ShardedDatabaseServiceAsync. startShardedDatabase(StartShardedDatabaseRequest request, AsyncHandler<StartShardedDatabaseRequest,StartShardedDatabaseResponse> handler)
Start the shards, catalog and GSMs of Sharded Database.Future<StartShardedDatabaseResponse>
ShardedDatabaseServiceAsyncClient. startShardedDatabase(StartShardedDatabaseRequest request, AsyncHandler<StartShardedDatabaseRequest,StartShardedDatabaseResponse> handler)
-
Uses of StartShardedDatabaseResponse in com.oracle.bmc.globallydistributeddatabase.responses
Methods in com.oracle.bmc.globallydistributeddatabase.responses that return StartShardedDatabaseResponse Modifier and Type Method Description StartShardedDatabaseResponse
StartShardedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.globallydistributeddatabase.responses with parameters of type StartShardedDatabaseResponse Modifier and Type Method Description StartShardedDatabaseResponse.Builder
StartShardedDatabaseResponse.Builder. copy(StartShardedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-