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.model
Subclasses of UpdateDeployEnvironmentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
UpdateComputeInstanceGroupDeployEnvironmentDetails
Specifies the Compute instance group environment.class
UpdateFunctionDeployEnvironmentDetails
Specifies the Function environment.class
UpdateOkeClusterDeployEnvironmentDetails
Specifies the Kubernetes cluster environment. -
Uses of UpdateDeployEnvironmentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateDeployEnvironmentDetails Modifier and Type Method Description UpdateDeployEnvironmentDetails
UpdateDeployEnvironmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateDeployEnvironmentDetails
UpdateDeployEnvironmentRequest. getUpdateDeployEnvironmentDetails()
The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateDeployEnvironmentDetails Modifier and Type Method Description UpdateDeployEnvironmentRequest.Builder
UpdateDeployEnvironmentRequest.Builder. body$(UpdateDeployEnvironmentDetails body)
Alternative setter for the body parameter.UpdateDeployEnvironmentRequest.Builder
UpdateDeployEnvironmentRequest.Builder. updateDeployEnvironmentDetails(UpdateDeployEnvironmentDetails updateDeployEnvironmentDetails)
The information to be updated.
-