Uses of Class
com.oracle.bmc.distributeddatabase.responses.CreateDistributedDatabaseResponse
-
Packages that use CreateDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of CreateDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponse
DistributedDbService. createDistributedDatabase(CreateDistributedDatabaseRequest request)
Creates a Globally distributed database.CreateDistributedDatabaseResponse
DistributedDbServiceClient. createDistributedDatabase(CreateDistributedDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase that return types with arguments of type CreateDistributedDatabaseResponse Modifier and Type Method Description Future<CreateDistributedDatabaseResponse>
DistributedDbServiceAsync. createDistributedDatabase(CreateDistributedDatabaseRequest request, AsyncHandler<CreateDistributedDatabaseRequest,CreateDistributedDatabaseResponse> handler)
Creates a Globally distributed database.Future<CreateDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. createDistributedDatabase(CreateDistributedDatabaseRequest request, AsyncHandler<CreateDistributedDatabaseRequest,CreateDistributedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type CreateDistributedDatabaseResponse Modifier and Type Method Description Future<CreateDistributedDatabaseResponse>
DistributedDbServiceAsync. createDistributedDatabase(CreateDistributedDatabaseRequest request, AsyncHandler<CreateDistributedDatabaseRequest,CreateDistributedDatabaseResponse> handler)
Creates a Globally distributed database.Future<CreateDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. createDistributedDatabase(CreateDistributedDatabaseRequest request, AsyncHandler<CreateDistributedDatabaseRequest,CreateDistributedDatabaseResponse> handler)
-
Uses of CreateDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponse
CreateDistributedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponse.Builder
CreateDistributedDatabaseResponse.Builder. copy(CreateDistributedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-