Uses of Class
software.amazon.awssdk.services.lightsail.model.Alarm
-
Packages that use Alarm Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of Alarm in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>GetAlarmsResponse. alarms()An array of objects that describe the alarms.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type Alarm Modifier and Type Method Description GetAlarmsResponse.BuilderGetAlarmsResponse.Builder. alarms(Alarm... alarms)An array of objects that describe the alarms.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type Alarm Modifier and Type Method Description GetAlarmsResponse.BuilderGetAlarmsResponse.Builder. alarms(Collection<Alarm> alarms)An array of objects that describe the alarms.
-