| Package | Description | 
|---|---|
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DeploymentConfiguration | DeploymentConfiguration. clone() | 
| DeploymentConfiguration | CreateServiceRequest. getDeploymentConfiguration()
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| DeploymentConfiguration | UpdateServiceRequest. getDeploymentConfiguration()
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| DeploymentConfiguration | Service. getDeploymentConfiguration()
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| DeploymentConfiguration | DeploymentConfiguration. withMaximumPercent(Integer maximumPercent)
 The upper limit (as a percentage of the service's  desiredCount) of the number of tasks that are
 allowed in theRUNNINGorPENDINGstate in a service during a deployment. | 
| DeploymentConfiguration | DeploymentConfiguration. withMinimumHealthyPercent(Integer minimumHealthyPercent)
 The lower limit (as a percentage of the service's  desiredCount) of the number of running tasks that
 must remain in theRUNNINGstate in a service during a deployment. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CreateServiceRequest. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| void | UpdateServiceRequest. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| void | Service. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| CreateServiceRequest | CreateServiceRequest. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| UpdateServiceRequest | UpdateServiceRequest. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
| Service | Service. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
 Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
 and starting tasks. | 
Copyright © 2017. All rights reserved.