Uses of Class
com.amazonaws.services.ecs.model.DeploymentConfiguration
Packages that use DeploymentConfiguration
-
Uses of DeploymentConfiguration in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return DeploymentConfigurationModifier and TypeMethodDescriptionDeploymentConfiguration.clone()
CreateServiceRequest.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.Service.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.UpdateServiceRequest.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfiguration.withMaximumPercent
(Integer maximumPercent) The upper limit (as a percentage of the service'sdesiredCount
) of the number of running tasks that can be running in a service during a deployment.DeploymentConfiguration.withMinimumHealthyPercent
(Integer minimumHealthyPercent) The lower limit (as a percentage of the service'sdesiredCount
) of the number of running tasks that must remain running and healthy in a service during a deployment.Methods in com.amazonaws.services.ecs.model with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionvoid
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
Service.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.CreateServiceRequest.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.Service.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.UpdateServiceRequest.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.