| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
MinimumHealthyHosts |
DeploymentConfigInfo.minimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
|
MinimumHealthyHosts |
CreateDeploymentConfigRequest.minimumHealthyHosts()
The minimum number of healthy instances that should be available at any time during the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
CreateDeploymentConfigRequest.Builder |
CreateDeploymentConfigRequest.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment.
|
Copyright © 2019. All rights reserved.