Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentConfigInfo
-
Packages that use DeploymentConfigInfo Package Description com.amazonaws.services.codedeploy.model -
-
Uses of DeploymentConfigInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentConfigInfo Modifier and Type Method Description DeploymentConfigInfoDeploymentConfigInfo. clone()DeploymentConfigInfoGetDeploymentConfigResult. getDeploymentConfigInfo()Information about the deployment configuration.DeploymentConfigInfoDeploymentConfigInfo. withCreateTime(Date createTime)The time at which the deployment configuration was created.DeploymentConfigInfoDeploymentConfigInfo. withDeploymentConfigId(String deploymentConfigId)The deployment configuration ID.DeploymentConfigInfoDeploymentConfigInfo. withDeploymentConfigName(String deploymentConfigName)The deployment configuration name.DeploymentConfigInfoDeploymentConfigInfo. withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)Information about the number or percentage of minimum healthy instance.Methods in com.amazonaws.services.codedeploy.model with parameters of type DeploymentConfigInfo Modifier and Type Method Description voidGetDeploymentConfigResult. setDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)Information about the deployment configuration.GetDeploymentConfigResultGetDeploymentConfigResult. withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)Information about the deployment configuration.
-