| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.clone() |
DeploymentCircuitBreaker |
DeploymentConfiguration.getDeploymentCircuitBreaker()
|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.withEnable(Boolean enable)
Whether to enable the deployment circuit breaker logic for the service.
|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.withRollback(Boolean rollback)
Whether to enable Amazon ECS to roll back the service if a service deployment fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfiguration.setDeploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker)
|
DeploymentConfiguration |
DeploymentConfiguration.withDeploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker)
|
Copyright © 2020. All rights reserved.