Uses of Class
com.oracle.bmc.distributeddatabase.requests.StopDistributedDatabaseRequest
-
Packages that use StopDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of StopDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase with parameters of type StopDistributedDatabaseRequest Modifier and Type Method Description StopDistributedDatabaseResponse
DistributedDbService. stopDistributedDatabase(StopDistributedDatabaseRequest request)
Stop the shards, catalog and GSM instances for the Globally distributed database.Future<StopDistributedDatabaseResponse>
DistributedDbServiceAsync. stopDistributedDatabase(StopDistributedDatabaseRequest request, AsyncHandler<StopDistributedDatabaseRequest,StopDistributedDatabaseResponse> handler)
Stop the shards, catalog and GSM instances for the Globally distributed database.Future<StopDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. stopDistributedDatabase(StopDistributedDatabaseRequest request, AsyncHandler<StopDistributedDatabaseRequest,StopDistributedDatabaseResponse> handler)
StopDistributedDatabaseResponse
DistributedDbServiceClient. stopDistributedDatabase(StopDistributedDatabaseRequest request)
Method parameters in com.oracle.bmc.distributeddatabase 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 and GSM instances for the Globally distributed database.Future<StopDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. stopDistributedDatabase(StopDistributedDatabaseRequest request, AsyncHandler<StopDistributedDatabaseRequest,StopDistributedDatabaseResponse> handler)
-
Uses of StopDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return StopDistributedDatabaseRequest Modifier and Type Method Description StopDistributedDatabaseRequest
StopDistributedDatabaseRequest.Builder. build()
Build the instance of StopDistributedDatabaseRequest as configured by this builderStopDistributedDatabaseRequest
StopDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type StopDistributedDatabaseRequest Modifier and Type Method Description StopDistributedDatabaseRequest.Builder
StopDistributedDatabaseRequest.Builder. copy(StopDistributedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-