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