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