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 DeploymentConfigInfo
DeploymentConfigInfo. clone()
DeploymentConfigInfo
GetDeploymentConfigResult. getDeploymentConfigInfo()
Information about the deployment configuration.DeploymentConfigInfo
DeploymentConfigInfo. withCreateTime(Date createTime)
The time at which the deployment configuration was created.DeploymentConfigInfo
DeploymentConfigInfo. withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.DeploymentConfigInfo
DeploymentConfigInfo. withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.DeploymentConfigInfo
DeploymentConfigInfo. 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 void
GetDeploymentConfigResult. setDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.GetDeploymentConfigResult
GetDeploymentConfigResult. withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
-