Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.clone() |
DeploymentCircuitBreaker |
DeploymentConfiguration.getDeploymentCircuitBreaker()
|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.withEnable(Boolean enable)
Determines whether to use the deployment circuit breaker logic for the service.
|
DeploymentCircuitBreaker |
DeploymentCircuitBreaker.withRollback(Boolean rollback)
Determines whether to configure 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 © 2023. All rights reserved.