Uses of Class
com.oracle.bmc.devops.requests.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of UpdateProjectRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResponse
Devops. updateProject(UpdateProjectRequest request)
Updates the project.Future<UpdateProjectResponse>
DevopsAsync. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
Updates the project.Future<UpdateProjectResponse>
DevopsAsyncClient. updateProject(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResponse> handler)
UpdateProjectResponse
DevopsClient. updateProject(UpdateProjectRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateProjectRequest 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 UpdateProjectRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest
UpdateProjectRequest.Builder. build()
Build the instance of UpdateProjectRequest as configured by this builderUpdateProjectRequest
UpdateProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProjectRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest.Builder
UpdateProjectRequest.Builder. copy(UpdateProjectRequest o)
Copy method to populate the builder with values from the given instance.
-