Uses of Class
com.oracle.bmc.databasemanagement.responses.DeleteCloudDbSystemResponse
-
Packages that use DeleteCloudDbSystemResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DeleteCloudDbSystemResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DeleteCloudDbSystemResponse Modifier and Type Method Description DeleteCloudDbSystemResponse
DbManagement. deleteCloudDbSystem(DeleteCloudDbSystemRequest request)
Deletes the cloud DB system specified bycloudDbSystemId
.DeleteCloudDbSystemResponse
DbManagementClient. deleteCloudDbSystem(DeleteCloudDbSystemRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DeleteCloudDbSystemResponse Modifier and Type Method Description Future<DeleteCloudDbSystemResponse>
DbManagementAsync. deleteCloudDbSystem(DeleteCloudDbSystemRequest request, AsyncHandler<DeleteCloudDbSystemRequest,DeleteCloudDbSystemResponse> handler)
Deletes the cloud DB system specified bycloudDbSystemId
.Future<DeleteCloudDbSystemResponse>
DbManagementAsyncClient. deleteCloudDbSystem(DeleteCloudDbSystemRequest request, AsyncHandler<DeleteCloudDbSystemRequest,DeleteCloudDbSystemResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteCloudDbSystemResponse Modifier and Type Method Description Future<DeleteCloudDbSystemResponse>
DbManagementAsync. deleteCloudDbSystem(DeleteCloudDbSystemRequest request, AsyncHandler<DeleteCloudDbSystemRequest,DeleteCloudDbSystemResponse> handler)
Deletes the cloud DB system specified bycloudDbSystemId
.Future<DeleteCloudDbSystemResponse>
DbManagementAsyncClient. deleteCloudDbSystem(DeleteCloudDbSystemRequest request, AsyncHandler<DeleteCloudDbSystemRequest,DeleteCloudDbSystemResponse> handler)
-
Uses of DeleteCloudDbSystemResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DeleteCloudDbSystemResponse Modifier and Type Method Description DeleteCloudDbSystemResponse
DeleteCloudDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DeleteCloudDbSystemResponse Modifier and Type Method Description DeleteCloudDbSystemResponse.Builder
DeleteCloudDbSystemResponse.Builder. copy(DeleteCloudDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-