Uses of Class
com.oracle.bmc.devops.model.CreateDeployEnvironmentDetails
- 
Packages that use CreateDeployEnvironmentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.modelSubclasses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description classCreateComputeInstanceGroupDeployEnvironmentDetailsSpecifies the Compute instance group environment.classCreateFunctionDeployEnvironmentDetailsSpecifies the Function environment.classCreateOkeClusterDeployEnvironmentDetailsSpecifies the Kubernetes cluster environment.
- 
Uses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return CreateDeployEnvironmentDetails Modifier and Type Method Description CreateDeployEnvironmentDetailsCreateDeployEnvironmentRequest. getBody$()Alternative accessor for the body parameter.CreateDeployEnvironmentDetailsCreateDeployEnvironmentRequest. getCreateDeployEnvironmentDetails()Details for the new deployment environment.Methods in com.oracle.bmc.devops.requests with parameters of type CreateDeployEnvironmentDetails Modifier and Type Method Description CreateDeployEnvironmentRequest.BuilderCreateDeployEnvironmentRequest.Builder. body$(CreateDeployEnvironmentDetails body)Alternative setter for the body parameter.CreateDeployEnvironmentRequest.BuilderCreateDeployEnvironmentRequest.Builder. createDeployEnvironmentDetails(CreateDeployEnvironmentDetails createDeployEnvironmentDetails)Details for the new deployment environment.
 
-