Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.StartShardedDatabaseRequest
-
Packages that use StartShardedDatabaseRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of StartShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase
Methods in com.oracle.bmc.globallydistributeddatabase with parameters of type StartShardedDatabaseRequest Modifier and Type Method Description StartShardedDatabaseResponse
ShardedDatabaseService. startShardedDatabase(StartShardedDatabaseRequest request)
Start the shards, catalog and GSMs of Sharded Database.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)
StartShardedDatabaseResponse
ShardedDatabaseServiceClient. startShardedDatabase(StartShardedDatabaseRequest request)
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type StartShardedDatabaseRequest 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 StartShardedDatabaseRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return StartShardedDatabaseRequest Modifier and Type Method Description StartShardedDatabaseRequest
StartShardedDatabaseRequest.Builder. build()
Build the instance of StartShardedDatabaseRequest as configured by this builderStartShardedDatabaseRequest
StartShardedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartShardedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type StartShardedDatabaseRequest Modifier and Type Method Description StartShardedDatabaseRequest.Builder
StartShardedDatabaseRequest.Builder. copy(StartShardedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-