Uses of Class
com.oracle.bmc.distributeddatabasev26.requests.StopDistributedDatabaseRequest
-
Packages that use StopDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.requests -
-
Uses of StopDistributedDatabaseRequest in com.oracle.bmc.distributeddatabasev26
Method parameters in com.oracle.bmc.distributeddatabasev26 with type arguments of type StopDistributedDatabaseRequest Modifier and Type Method Description Future<StopDistributedDatabaseResponse>DistributedDbServiceAsync. stopDistributedDatabase(StopDistributedDatabaseRequest request, AsyncHandler<StopDistributedDatabaseRequest,StopDistributedDatabaseResponse> handler)Stop the shards, catalog, GSMs and GDSCTL instances for the Globally distributed database.Future<StopDistributedDatabaseResponse>DistributedDbServiceAsyncClient. stopDistributedDatabase(StopDistributedDatabaseRequest request, AsyncHandler<StopDistributedDatabaseRequest,StopDistributedDatabaseResponse> handler) -
Uses of StopDistributedDatabaseRequest in com.oracle.bmc.distributeddatabasev26.requests
Methods in com.oracle.bmc.distributeddatabasev26.requests that return StopDistributedDatabaseRequest Modifier and Type Method Description StopDistributedDatabaseRequestStopDistributedDatabaseRequest.Builder. build()Build the instance of StopDistributedDatabaseRequest as configured by this builderStopDistributedDatabaseRequestStopDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabasev26.requests with parameters of type StopDistributedDatabaseRequest Modifier and Type Method Description StopDistributedDatabaseRequest.BuilderStopDistributedDatabaseRequest.Builder. copy(StopDistributedDatabaseRequest o)Copy method to populate the builder with values from the given instance.
-