Uses of Class
com.oracle.bmc.distributeddatabasev26.requests.StartDistributedDatabaseRequest
-
Packages that use StartDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.requests -
-
Uses of StartDistributedDatabaseRequest in com.oracle.bmc.distributeddatabasev26
Method parameters in com.oracle.bmc.distributeddatabasev26 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, GSMs and GDSCTL instances of Globally distributed database.Future<StartDistributedDatabaseResponse>DistributedDbServiceAsyncClient. startDistributedDatabase(StartDistributedDatabaseRequest request, AsyncHandler<StartDistributedDatabaseRequest,StartDistributedDatabaseResponse> handler) -
Uses of StartDistributedDatabaseRequest in com.oracle.bmc.distributeddatabasev26.requests
Methods in com.oracle.bmc.distributeddatabasev26.requests that return StartDistributedDatabaseRequest Modifier and Type Method Description StartDistributedDatabaseRequestStartDistributedDatabaseRequest.Builder. build()Build the instance of StartDistributedDatabaseRequest as configured by this builderStartDistributedDatabaseRequestStartDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()Build the instance of StartDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabasev26.requests with parameters of type StartDistributedDatabaseRequest Modifier and Type Method Description StartDistributedDatabaseRequest.BuilderStartDistributedDatabaseRequest.Builder. copy(StartDistributedDatabaseRequest o)Copy method to populate the builder with values from the given instance.
-