Uses of Class
com.oracle.bmc.distributeddatabase.responses.StopDistributedDatabaseResponse
- 
Packages that use StopDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses 
- 
- 
Uses of StopDistributedDatabaseResponse in com.oracle.bmc.distributeddatabaseMethods in com.oracle.bmc.distributeddatabase that return StopDistributedDatabaseResponse Modifier and Type Method Description StopDistributedDatabaseResponseDistributedDbService. stopDistributedDatabase(StopDistributedDatabaseRequest request)Stop the shards, catalog and GSM instances for the Globally distributed database.StopDistributedDatabaseResponseDistributedDbServiceClient. stopDistributedDatabase(StopDistributedDatabaseRequest request)Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type StopDistributedDatabaseResponse 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)Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type StopDistributedDatabaseResponse 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 StopDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responsesMethods in com.oracle.bmc.distributeddatabase.responses that return StopDistributedDatabaseResponse Modifier and Type Method Description StopDistributedDatabaseResponseStopDistributedDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type StopDistributedDatabaseResponse Modifier and Type Method Description StopDistributedDatabaseResponse.BuilderStopDistributedDatabaseResponse.Builder. copy(StopDistributedDatabaseResponse o)Copy method to populate the builder with values from the given instance.
 
-