Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricAlarm
-
Packages that use MetricAlarm Package Description software.amazon.awssdk.services.cloudwatch.model software.amazon.awssdk.services.cloudwatch.paginators -
-
Uses of MetricAlarm in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricAlarm Modifier and Type Method Description List<MetricAlarm>DescribeAlarmsForMetricResponse. metricAlarms()The information for each alarm with the specified metric.List<MetricAlarm>DescribeAlarmsResponse. metricAlarms()The information about any metric alarms returned by the operation.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricAlarm Modifier and Type Method Description DescribeAlarmsForMetricResponse.BuilderDescribeAlarmsForMetricResponse.Builder. metricAlarms(MetricAlarm... metricAlarms)The information for each alarm with the specified metric.DescribeAlarmsResponse.BuilderDescribeAlarmsResponse.Builder. metricAlarms(MetricAlarm... metricAlarms)The information about any metric alarms returned by the operation.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricAlarm Modifier and Type Method Description DescribeAlarmsForMetricResponse.BuilderDescribeAlarmsForMetricResponse.Builder. metricAlarms(Collection<MetricAlarm> metricAlarms)The information for each alarm with the specified metric.DescribeAlarmsResponse.BuilderDescribeAlarmsResponse.Builder. metricAlarms(Collection<MetricAlarm> metricAlarms)The information about any metric alarms returned by the operation. -
Uses of MetricAlarm in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type MetricAlarm Modifier and Type Method Description SdkIterable<MetricAlarm>DescribeAlarmsIterable. metricAlarms()Returns an iterable to iterate through the paginatedDescribeAlarmsResponse.metricAlarms()member.SdkPublisher<MetricAlarm>DescribeAlarmsPublisher. metricAlarms()Returns a publisher that can be used to get a stream of data.
-