Uses of Class
com.oracle.bmc.devops.requests.UpdateBuildRunRequest
- 
Packages that use UpdateBuildRunRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdateBuildRunRequest in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops with parameters of type UpdateBuildRunRequest Modifier and Type Method Description UpdateBuildRunResponseDevops. updateBuildRun(UpdateBuildRunRequest request)Updates the build run.Future<UpdateBuildRunResponse>DevopsAsync. updateBuildRun(UpdateBuildRunRequest request, AsyncHandler<UpdateBuildRunRequest,UpdateBuildRunResponse> handler)Updates the build run.Future<UpdateBuildRunResponse>DevopsAsyncClient. updateBuildRun(UpdateBuildRunRequest request, AsyncHandler<UpdateBuildRunRequest,UpdateBuildRunResponse> handler)UpdateBuildRunResponseDevopsClient. updateBuildRun(UpdateBuildRunRequest request)Method parameters in com.oracle.bmc.devops with type arguments of type UpdateBuildRunRequest Modifier and Type Method Description Future<UpdateBuildRunResponse>DevopsAsync. updateBuildRun(UpdateBuildRunRequest request, AsyncHandler<UpdateBuildRunRequest,UpdateBuildRunResponse> handler)Updates the build run.Future<UpdateBuildRunResponse>DevopsAsyncClient. updateBuildRun(UpdateBuildRunRequest request, AsyncHandler<UpdateBuildRunRequest,UpdateBuildRunResponse> handler)
- 
Uses of UpdateBuildRunRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdateBuildRunRequest Modifier and Type Method Description UpdateBuildRunRequestUpdateBuildRunRequest.Builder. build()Build the instance of UpdateBuildRunRequest as configured by this builderUpdateBuildRunRequestUpdateBuildRunRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBuildRunRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdateBuildRunRequest Modifier and Type Method Description UpdateBuildRunRequest.BuilderUpdateBuildRunRequest.Builder. copy(UpdateBuildRunRequest o)Copy method to populate the builder with values from the given instance.
 
-