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