Uses of Class
com.oracle.bmc.distributeddatabase.responses.StartDistributedDatabaseResponse
-
Packages that use StartDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of StartDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponse
DistributedDbService. startDistributedDatabase(StartDistributedDatabaseRequest request)
Start the shards, catalog and GSMs of Globally distributed database.StartDistributedDatabaseResponse
DistributedDbServiceClient. startDistributedDatabase(StartDistributedDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type StartDistributedDatabaseResponse 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)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type StartDistributedDatabaseResponse 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 StartDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponse
StartDistributedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponse.Builder
StartDistributedDatabaseResponse.Builder. copy(StartDistributedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-