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 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
Service. 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
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
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 DeploymentConfiguration Modifier and Type Method 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
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
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
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
UpdateServiceRequest. withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
-