Uses of Class
com.oracle.bmc.devops.model.UpdateDeployEnvironmentDetails
- 
Packages that use UpdateDeployEnvironmentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdateDeployEnvironmentDetails in com.oracle.bmc.devops.modelSubclasses of UpdateDeployEnvironmentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description classUpdateComputeInstanceGroupDeployEnvironmentDetailsSpecifies the Compute instance group environment.classUpdateFunctionDeployEnvironmentDetailsSpecifies the Function environment.classUpdateOkeClusterDeployEnvironmentDetailsSpecifies the Kubernetes cluster environment.
- 
Uses of UpdateDeployEnvironmentDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdateDeployEnvironmentDetails Modifier and Type Method Description UpdateDeployEnvironmentDetailsUpdateDeployEnvironmentRequest. getBody$()Alternative accessor for the body parameter.UpdateDeployEnvironmentDetailsUpdateDeployEnvironmentRequest. getUpdateDeployEnvironmentDetails()The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateDeployEnvironmentDetails Modifier and Type Method Description UpdateDeployEnvironmentRequest.BuilderUpdateDeployEnvironmentRequest.Builder. body$(UpdateDeployEnvironmentDetails body)Alternative setter for the body parameter.UpdateDeployEnvironmentRequest.BuilderUpdateDeployEnvironmentRequest.Builder. updateDeployEnvironmentDetails(UpdateDeployEnvironmentDetails updateDeployEnvironmentDetails)The information to be updated.
 
-