Uses of Class
com.oracle.bmc.distributeddatabasev26.responses.StartDistributedDatabaseResponse
-
Packages that use StartDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.responses -
-
Uses of StartDistributedDatabaseResponse in com.oracle.bmc.distributeddatabasev26
Methods in com.oracle.bmc.distributeddatabasev26 that return StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponseDistributedDbService. startDistributedDatabase(StartDistributedDatabaseRequest request)Start the shards, catalog, GSMs and GDSCTL instances of Globally distributed database.StartDistributedDatabaseResponseDistributedDbServiceClient. startDistributedDatabase(StartDistributedDatabaseRequest request)Methods in com.oracle.bmc.distributeddatabasev26 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, GSMs and GDSCTL instances of Globally distributed database.Future<StartDistributedDatabaseResponse>DistributedDbServiceAsyncClient. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler)Method parameters in com.oracle.bmc.distributeddatabasev26 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, GSMs and GDSCTL instances of Globally distributed database.Future<StartDistributedDatabaseResponse>DistributedDbServiceAsyncClient. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler) -
Uses of StartDistributedDatabaseResponse in com.oracle.bmc.distributeddatabasev26.responses
Methods in com.oracle.bmc.distributeddatabasev26.responses that return StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponseStartDistributedDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabasev26.responses with parameters of type StartDistributedDatabaseResponse Modifier and Type Method Description StartDistributedDatabaseResponse.BuilderStartDistributedDatabaseResponse.Builder. copy(StartDistributedDatabaseResponse o)Copy method to populate the builder with values from the given instance.
-