Uses of Class
com.oracle.bmc.adm.responses.DeleteRemediationRunResponse
-
Packages that use DeleteRemediationRunResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of DeleteRemediationRunResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return DeleteRemediationRunResponse Modifier and Type Method Description DeleteRemediationRunResponse
ApplicationDependencyManagement. deleteRemediationRun(DeleteRemediationRunRequest request)
Deletes the specified remediation run.DeleteRemediationRunResponse
ApplicationDependencyManagementClient. deleteRemediationRun(DeleteRemediationRunRequest request)
Methods in com.oracle.bmc.adm that return types with arguments of type DeleteRemediationRunResponse Modifier and Type Method Description Future<DeleteRemediationRunResponse>
ApplicationDependencyManagementAsync. deleteRemediationRun(DeleteRemediationRunRequest request, AsyncHandler<DeleteRemediationRunRequest,DeleteRemediationRunResponse> handler)
Deletes the specified remediation run.Future<DeleteRemediationRunResponse>
ApplicationDependencyManagementAsyncClient. deleteRemediationRun(DeleteRemediationRunRequest request, AsyncHandler<DeleteRemediationRunRequest,DeleteRemediationRunResponse> handler)
Method parameters in com.oracle.bmc.adm with type arguments of type DeleteRemediationRunResponse Modifier and Type Method Description Future<DeleteRemediationRunResponse>
ApplicationDependencyManagementAsync. deleteRemediationRun(DeleteRemediationRunRequest request, AsyncHandler<DeleteRemediationRunRequest,DeleteRemediationRunResponse> handler)
Deletes the specified remediation run.Future<DeleteRemediationRunResponse>
ApplicationDependencyManagementAsyncClient. deleteRemediationRun(DeleteRemediationRunRequest request, AsyncHandler<DeleteRemediationRunRequest,DeleteRemediationRunResponse> handler)
-
Uses of DeleteRemediationRunResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return DeleteRemediationRunResponse Modifier and Type Method Description DeleteRemediationRunResponse
DeleteRemediationRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type DeleteRemediationRunResponse Modifier and Type Method Description DeleteRemediationRunResponse.Builder
DeleteRemediationRunResponse.Builder. copy(DeleteRemediationRunResponse o)
Copy method to populate the builder with values from the given instance.
-