| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
MinimumHealthyHosts |
CreateDeploymentConfigRequest.getMinimumHealthyHosts()
The minimum number of healthy instances that should be available at
any time during the deployment.
|
MinimumHealthyHosts |
DeploymentConfigInfo.getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy
instances.
|
MinimumHealthyHosts |
MinimumHealthyHosts.withType(MinimumHealthyHostsType type)
The minimum healthy instances type: HOST_COUNT: The minimum
number of healthy instances, as an absolute value.
FLEET_PERCENT: The minimum number of healthy instances, as a
percentage of the total number of instances in the deployment.
|
MinimumHealthyHosts |
MinimumHealthyHosts.withType(String type)
The minimum healthy instances type: HOST_COUNT: The minimum
number of healthy instances, as an absolute value.
FLEET_PERCENT: The minimum number of healthy instances, as a
percentage of the total number of instances in the deployment.
|
MinimumHealthyHosts |
MinimumHealthyHosts.withValue(Integer value)
The minimum healthy instances value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeploymentConfigRequest.setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
The minimum number of healthy instances that should be available at
any time during the deployment.
|
void |
DeploymentConfigInfo.setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy
instances.
|
CreateDeploymentConfigRequest |
CreateDeploymentConfigRequest.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
The minimum number of healthy instances that should be available at
any time during the deployment.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy
instances.
|
Copyright © 2014. All rights reserved.