Uses of Class
software.amazon.awssdk.services.ssm.model.Alarm
-
Packages that use Alarm Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of Alarm in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>AlarmConfiguration. alarms()The name of the CloudWatch alarm specified in the configuration.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Alarm Modifier and Type Method Description AlarmConfiguration.BuilderAlarmConfiguration.Builder. alarms(Alarm... alarms)The name of the CloudWatch alarm specified in the configuration.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Alarm Modifier and Type Method Description AlarmConfiguration.BuilderAlarmConfiguration.Builder. alarms(Collection<Alarm> alarms)The name of the CloudWatch alarm specified in the configuration.
-