Uses of Class
com.oracle.bmc.distributeddatabase.requests.StartDistributedDatabaseRequest
-
Packages that use StartDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of StartDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase with parameters of type StartDistributedDatabaseRequest Modifier and Type Method Description StartDistributedDatabaseResponse
DistributedDbService. startDistributedDatabase(StartDistributedDatabaseRequest request)
Start the shards, catalog and GSMs of Globally distributed database.Future<StartDistributedDatabaseResponse>
DistributedDbServiceAsync. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler)
Start the shards, catalog and GSMs of Globally distributed database.Future<StartDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler)
StartDistributedDatabaseResponse
DistributedDbServiceClient. startDistributedDatabase(StartDistributedDatabaseRequest request)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type StartDistributedDatabaseRequest Modifier and Type Method Description Future<StartDistributedDatabaseResponse>
DistributedDbServiceAsync. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler)
Start the shards, catalog and GSMs of Globally distributed database.Future<StartDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler)
-
Uses of StartDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return StartDistributedDatabaseRequest Modifier and Type Method Description StartDistributedDatabaseRequest
StartDistributedDatabaseRequest.Builder. build()
Build the instance of StartDistributedDatabaseRequest as configured by this builderStartDistributedDatabaseRequest
StartDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type StartDistributedDatabaseRequest Modifier and Type Method Description StartDistributedDatabaseRequest.Builder
StartDistributedDatabaseRequest.Builder. copy(StartDistributedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-