Uses of Class
com.oracle.bmc.adm.requests.UpdateRemediationRunRequest
-
Packages that use UpdateRemediationRunRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of UpdateRemediationRunRequest in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm with parameters of type UpdateRemediationRunRequest Modifier and Type Method Description UpdateRemediationRunResponse
ApplicationDependencyManagement. updateRemediationRun(UpdateRemediationRunRequest request)
Updates by identifier one or more attributes of the specified remediation run.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)
UpdateRemediationRunResponse
ApplicationDependencyManagementClient. updateRemediationRun(UpdateRemediationRunRequest request)
Method parameters in com.oracle.bmc.adm with type arguments of type UpdateRemediationRunRequest 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 UpdateRemediationRunRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return UpdateRemediationRunRequest Modifier and Type Method Description UpdateRemediationRunRequest
UpdateRemediationRunRequest.Builder. build()
Build the instance of UpdateRemediationRunRequest as configured by this builderUpdateRemediationRunRequest
UpdateRemediationRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateRemediationRunRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type UpdateRemediationRunRequest Modifier and Type Method Description UpdateRemediationRunRequest.Builder
UpdateRemediationRunRequest.Builder. copy(UpdateRemediationRunRequest o)
Copy method to populate the builder with values from the given instance.
-