Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedMetricAlarm
-
Packages that use ManagedMetricAlarm Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedMetricAlarm in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedMetricAlarm Modifier and Type Method Description List<ManagedMetricAlarm>ECSManagedResources. metricAlarms()The CloudWatch metric alarms associated with the Express service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedMetricAlarm Modifier and Type Method Description ECSManagedResources.BuilderECSManagedResources.Builder. metricAlarms(ManagedMetricAlarm... metricAlarms)The CloudWatch metric alarms associated with the Express service.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ManagedMetricAlarm Modifier and Type Method Description ECSManagedResources.BuilderECSManagedResources.Builder. metricAlarms(Collection<ManagedMetricAlarm> metricAlarms)The CloudWatch metric alarms associated with the Express service.
-