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