Uses of Class
com.oracle.bmc.distributeddatabase.requests.CreateDistributedDatabaseRequest
-
Packages that use CreateDistributedDatabaseRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of CreateDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase with parameters of type CreateDistributedDatabaseRequest Modifier and Type Method Description CreateDistributedDatabaseResponse
DistributedDbService. createDistributedDatabase(CreateDistributedDatabaseRequest request)
Creates a Globally distributed database.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)
CreateDistributedDatabaseResponse
DistributedDbServiceClient. createDistributedDatabase(CreateDistributedDatabaseRequest request)
Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type CreateDistributedDatabaseRequest 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 CreateDistributedDatabaseRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return CreateDistributedDatabaseRequest Modifier and Type Method Description CreateDistributedDatabaseRequest
CreateDistributedDatabaseRequest.Builder. build()
Build the instance of CreateDistributedDatabaseRequest as configured by this builderCreateDistributedDatabaseRequest
CreateDistributedDatabaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDistributedDatabaseRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabase.requests with parameters of type CreateDistributedDatabaseRequest Modifier and Type Method Description CreateDistributedDatabaseRequest.Builder
CreateDistributedDatabaseRequest.Builder. copy(CreateDistributedDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
-