Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
DeploymentConfiguration |
DeploymentConfiguration.clone() |
DeploymentConfiguration |
UpdateServiceRequest.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
and starting tasks.
|
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 |
DeploymentConfiguration.withDeploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker)
|
DeploymentConfiguration |
DeploymentConfiguration.withMaximumPercent(Integer maximumPercent)
If a service is using the rolling update (
ECS ) deployment type, the maximumPercent
parameter represents an upper limit on the number of your service's tasks that are allowed in the
RUNNING or PENDING state during a deployment, as a percentage of the
desiredCount (rounded down to the nearest integer). |
DeploymentConfiguration |
DeploymentConfiguration.withMinimumHealthyPercent(Integer minimumHealthyPercent)
If a service is using the rolling update (
ECS ) deployment type, the
minimumHealthyPercent represents a lower limit on the number of your service's tasks that must
remain in the RUNNING state during a deployment, as a percentage of the desiredCount
(rounded up to the nearest integer). |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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.
|
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.
|
Copyright © 2022. All rights reserved.