Uses of Class
com.oracle.bmc.devops.responses.UpdateProjectResponse
-
Packages that use UpdateProjectResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdateProjectResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
Devops. updateProject(UpdateProjectRequest request)
Updates the project.UpdateProjectResponse
DevopsClient. updateProject(UpdateProjectRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
DevopsAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the project.Future<UpdateProjectResponse>
DevopsAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateProjectResponse Modifier and Type Method Description Future<UpdateProjectResponse>
DevopsAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the project.Future<UpdateProjectResponse>
DevopsAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
-
Uses of UpdateProjectResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse
UpdateProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdateProjectResponse Modifier and Type Method Description UpdateProjectResponse.Builder
UpdateProjectResponse.Builder. copy(UpdateProjectResponse o)
Copy method to populate the builder with values from the given instance.
-