| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.clone() |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails |
AwsEcsServiceDeploymentConfigurationDetails.getDeploymentCircuitBreaker()
Determines whether a service deployment fails if a service cannot reach a steady state.
|
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.withEnable(Boolean enable)
Whether to enable the deployment circuit breaker logic for the service.
|
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails |
AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.withRollback(Boolean rollback)
Whether to roll back the service if a service deployment fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEcsServiceDeploymentConfigurationDetails.setDeploymentCircuitBreaker(AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails deploymentCircuitBreaker)
Determines whether a service deployment fails if a service cannot reach a steady state.
|
AwsEcsServiceDeploymentConfigurationDetails |
AwsEcsServiceDeploymentConfigurationDetails.withDeploymentCircuitBreaker(AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails deploymentCircuitBreaker)
Determines whether a service deployment fails if a service cannot reach a steady state.
|
Copyright © 2023. All rights reserved.