Uses of Class
com.oracle.bmc.distributeddatabasev26.responses.DeleteDistributedDatabaseResponse
-
Packages that use DeleteDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.responses -
-
Uses of DeleteDistributedDatabaseResponse in com.oracle.bmc.distributeddatabasev26
Methods in com.oracle.bmc.distributeddatabasev26 that return DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponseDistributedDbService. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request)Terminate the given Globally distributed database.DeleteDistributedDatabaseResponseDistributedDbServiceClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request)Methods in com.oracle.bmc.distributeddatabasev26 that return types with arguments of type DeleteDistributedDatabaseResponse Modifier and Type Method Description Future<DeleteDistributedDatabaseResponse>DistributedDbServiceAsync. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler)Terminate the given Globally distributed database.Future<DeleteDistributedDatabaseResponse>DistributedDbServiceAsyncClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler)Method parameters in com.oracle.bmc.distributeddatabasev26 with type arguments of type DeleteDistributedDatabaseResponse Modifier and Type Method Description Future<DeleteDistributedDatabaseResponse>DistributedDbServiceAsync. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler)Terminate the given Globally distributed database.Future<DeleteDistributedDatabaseResponse>DistributedDbServiceAsyncClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler) -
Uses of DeleteDistributedDatabaseResponse in com.oracle.bmc.distributeddatabasev26.responses
Methods in com.oracle.bmc.distributeddatabasev26.responses that return DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponseDeleteDistributedDatabaseResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.distributeddatabasev26.responses with parameters of type DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponse.BuilderDeleteDistributedDatabaseResponse.Builder. copy(DeleteDistributedDatabaseResponse o)Copy method to populate the builder with values from the given instance.
-