| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentAlarms |
DeploymentAlarms.clone() |
DeploymentAlarms |
DeploymentConfiguration.getAlarms()
Information about the CloudWatch alarms.
|
DeploymentAlarms |
DeploymentAlarms.withAlarmNames(Collection<String> alarmNames)
One or more CloudWatch alarm names.
|
DeploymentAlarms |
DeploymentAlarms.withAlarmNames(String... alarmNames)
One or more CloudWatch alarm names.
|
DeploymentAlarms |
DeploymentAlarms.withEnable(Boolean enable)
Determines whether to use the CloudWatch alarm option in the service deployment process.
|
DeploymentAlarms |
DeploymentAlarms.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.setAlarms(DeploymentAlarms alarms)
Information about the CloudWatch alarms.
|
DeploymentConfiguration |
DeploymentConfiguration.withAlarms(DeploymentAlarms alarms)
Information about the CloudWatch alarms.
|
Copyright © 2024. All rights reserved.