| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MinimumHealthyHosts |
MinimumHealthyHostsUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MinimumHealthyHostsMarshaller.marshall(MinimumHealthyHosts minimumHealthyHosts,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.