Uses of Class
com.oracle.bmc.distributeddatabasev26.responses.CreateDistributedDatabaseResponse
-
Packages that use CreateDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.responses -
-
Uses of CreateDistributedDatabaseResponse in com.oracle.bmc.distributeddatabasev26
Methods in com.oracle.bmc.distributeddatabasev26 that return CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponseDistributedDbService. createDistributedDatabase(CreateDistributedDatabaseRequest request)Creates a Globally distributed database.CreateDistributedDatabaseResponseDistributedDbServiceClient. createDistributedDatabase(CreateDistributedDatabaseRequest request)Methods in com.oracle.bmc.distributeddatabasev26 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.distributeddatabasev26 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.distributeddatabasev26.responses
Methods in com.oracle.bmc.distributeddatabasev26.responses that return CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponseCreateDistributedDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabasev26.responses with parameters of type CreateDistributedDatabaseResponse Modifier and Type Method Description CreateDistributedDatabaseResponse.BuilderCreateDistributedDatabaseResponse.Builder. copy(CreateDistributedDatabaseResponse o)Copy method to populate the builder with values from the given instance.
-