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