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