Uses of Class
com.amazonaws.services.ecs.model.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description com.amazonaws.services.ecs.model -
-
Uses of DeploymentConfiguration in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfigurationDeploymentConfiguration. clone()DeploymentConfigurationCreateServiceRequest. getDeploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfigurationService. getDeploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfigurationUpdateServiceRequest. getDeploymentConfiguration()Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.DeploymentConfigurationDeploymentConfiguration. 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.DeploymentConfigurationDeploymentConfiguration. 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 DeploymentConfiguration Modifier and Type Method Description voidCreateServiceRequest. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.voidService. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.voidUpdateServiceRequest. setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.CreateServiceRequestCreateServiceRequest. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.ServiceService. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.UpdateServiceRequestUpdateServiceRequest. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
-