Uses of Class
com.oracle.bmc.distributeddatabase.responses.DeleteDistributedDatabaseResponse
-
Packages that use DeleteDistributedDatabaseResponse Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.responses -
-
Uses of DeleteDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase that return DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponse
DistributedDbService. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request)
Terminate the given Globally distributed databases.DeleteDistributedDatabaseResponse
DistributedDbServiceClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request)
Methods in com.oracle.bmc.distributeddatabase 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 databases.Future<DeleteDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler)
Method parameters in com.oracle.bmc.distributeddatabase 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 databases.Future<DeleteDistributedDatabaseResponse>
DistributedDbServiceAsyncClient. deleteDistributedDatabase(DeleteDistributedDatabaseRequest request, AsyncHandler<DeleteDistributedDatabaseRequest,DeleteDistributedDatabaseResponse> handler)
-
Uses of DeleteDistributedDatabaseResponse in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponse
DeleteDistributedDatabaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type DeleteDistributedDatabaseResponse Modifier and Type Method Description DeleteDistributedDatabaseResponse.Builder
DeleteDistributedDatabaseResponse.Builder. copy(DeleteDistributedDatabaseResponse o)
Copy method to populate the builder with values from the given instance.
-