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