Uses of Class
com.oracle.bmc.distributeddatabase.responses.StopDistributedAutonomousDatabaseResponse
-
Packages that use StopDistributedAutonomousDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of StopDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return StopDistributedAutonomousDatabaseResponse Modifier and Type Method Description StopDistributedAutonomousDatabaseResponse
DistributedAutonomousDbService. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request)
Stop the shards, catalog and GSM instances for the Globally distributed autonomous database.StopDistributedAutonomousDatabaseResponse
DistributedAutonomousDbServiceClient. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type StopDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<StopDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request, AsyncHandler<StopDistributedAutonomousDatabaseRequest,StopDistributedAutonomousDatabaseResponse> handler)
Stop the shards, catalog and GSM instances for the Globally distributed autonomous database.Future<StopDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request, AsyncHandler<StopDistributedAutonomousDatabaseRequest,StopDistributedAutonomousDatabaseResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type StopDistributedAutonomousDatabaseResponse Modifier and Type Method Description Future<StopDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsync. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request, AsyncHandler<StopDistributedAutonomousDatabaseRequest,StopDistributedAutonomousDatabaseResponse> handler)
Stop the shards, catalog and GSM instances for the Globally distributed autonomous database.Future<StopDistributedAutonomousDatabaseResponse>
DistributedAutonomousDbServiceAsyncClient. stopDistributedAutonomousDatabase(StopDistributedAutonomousDatabaseRequest request, AsyncHandler<StopDistributedAutonomousDatabaseRequest,StopDistributedAutonomousDatabaseResponse> handler)
-
Uses of StopDistributedAutonomousDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return StopDistributedAutonomousDatabaseResponse Modifier and Type Method Description StopDistributedAutonomousDatabaseResponse
StopDistributedAutonomousDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type StopDistributedAutonomousDatabaseResponse Modifier and Type Method Description StopDistributedAutonomousDatabaseResponse.Builder
StopDistributedAutonomousDatabaseResponse.Builder. copy(StopDistributedAutonomousDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-