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