Uses of Class
com.amazonaws.services.codedeploy.model.DeploymentConfigInfo
Packages that use DeploymentConfigInfo
-
Uses of DeploymentConfigInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return DeploymentConfigInfoModifier and TypeMethodDescriptionDeploymentConfigInfo.clone()
GetDeploymentConfigResult.getDeploymentConfigInfo()
Information about the deployment configuration.DeploymentConfigInfo.withCreateTime
(Date createTime) The time at which the deployment configuration was created.DeploymentConfigInfo.withDeploymentConfigId
(String deploymentConfigId) The deployment configuration ID.DeploymentConfigInfo.withDeploymentConfigName
(String deploymentConfigName) The deployment configuration name.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 DeploymentConfigInfoModifier and TypeMethodDescriptionvoid
GetDeploymentConfigResult.setDeploymentConfigInfo
(DeploymentConfigInfo deploymentConfigInfo) Information about the deployment configuration.GetDeploymentConfigResult.withDeploymentConfigInfo
(DeploymentConfigInfo deploymentConfigInfo) Information about the deployment configuration.