Uses of Class
com.oracle.bmc.devops.model.DeployEnvironment
-
Packages that use DeployEnvironment Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of DeployEnvironment in com.oracle.bmc.devops.model
Subclasses of DeployEnvironment in com.oracle.bmc.devops.model Modifier and Type Class Description class
ComputeInstanceGroupDeployEnvironment
Specifies the Compute instance group environment.class
FunctionDeployEnvironment
Specifies the Function environment.class
OkeClusterDeployEnvironment
Specifies the Kubernetes cluster environment. -
Uses of DeployEnvironment in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DeployEnvironment Modifier and Type Method Description DeployEnvironment
CreateDeployEnvironmentResponse. getDeployEnvironment()
The returned DeployEnvironment instance.DeployEnvironment
GetDeployEnvironmentResponse. getDeployEnvironment()
The returned DeployEnvironment instance.DeployEnvironment
UpdateDeployEnvironmentResponse. getDeployEnvironment()
The returned DeployEnvironment instance.Methods in com.oracle.bmc.devops.responses with parameters of type DeployEnvironment Modifier and Type Method Description CreateDeployEnvironmentResponse.Builder
CreateDeployEnvironmentResponse.Builder. deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.GetDeployEnvironmentResponse.Builder
GetDeployEnvironmentResponse.Builder. deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.UpdateDeployEnvironmentResponse.Builder
UpdateDeployEnvironmentResponse.Builder. deployEnvironment(DeployEnvironment deployEnvironment)
The returned DeployEnvironment instance.
-