Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricAlarm
Packages that use MetricAlarm
Package
Description
-
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 MetricAlarmModifier and TypeMethodDescriptionfinal List<MetricAlarm>DescribeAlarmsForMetricResponse.metricAlarms()The information for each alarm with the specified metric.final 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 MetricAlarmModifier and TypeMethodDescriptionDescribeAlarmsForMetricResponse.Builder.metricAlarms(MetricAlarm... metricAlarms) The information for each alarm with the specified metric.DescribeAlarmsResponse.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 MetricAlarmModifier and TypeMethodDescriptionDescribeAlarmsForMetricResponse.Builder.metricAlarms(Collection<MetricAlarm> metricAlarms) The information for each alarm with the specified metric.DescribeAlarmsResponse.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 MetricAlarmModifier and TypeMethodDescriptionfinal SdkIterable<MetricAlarm>DescribeAlarmsIterable.metricAlarms()Returns an iterable to iterate through the paginatedDescribeAlarmsResponse.metricAlarms()member.final SdkPublisher<MetricAlarm>DescribeAlarmsPublisher.metricAlarms()Returns a publisher that can be used to get a stream of data.