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