Uses of Class
com.amazonaws.services.cloudwatch.model.DescribeAlarmsForMetricResult
-
Packages that use DescribeAlarmsForMetricResult Package Description com.amazonaws.services.cloudwatch com.amazonaws.services.cloudwatch.model -
-
Uses of DescribeAlarmsForMetricResult in com.amazonaws.services.cloudwatch
Methods in com.amazonaws.services.cloudwatch that return DescribeAlarmsForMetricResult Modifier and Type Method Description DescribeAlarmsForMetricResultAbstractAmazonCloudWatch. describeAlarmsForMetric(DescribeAlarmsForMetricRequest request)DescribeAlarmsForMetricResultAmazonCloudWatch. describeAlarmsForMetric(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest)Retrieves all alarms for a single metric.DescribeAlarmsForMetricResultAmazonCloudWatchClient. describeAlarmsForMetric(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest)Retrieves all alarms for a single metric.Method parameters in com.amazonaws.services.cloudwatch with type arguments of type DescribeAlarmsForMetricResult Modifier and Type Method Description Future<DescribeAlarmsForMetricResult>AbstractAmazonCloudWatchAsync. describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest request, AsyncHandler<DescribeAlarmsForMetricRequest,DescribeAlarmsForMetricResult> asyncHandler)Future<DescribeAlarmsForMetricResult>AmazonCloudWatchAsync. describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest, AsyncHandler<DescribeAlarmsForMetricRequest,DescribeAlarmsForMetricResult> asyncHandler)Retrieves all alarms for a single metric.Future<DescribeAlarmsForMetricResult>AmazonCloudWatchAsyncClient. describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest request, AsyncHandler<DescribeAlarmsForMetricRequest,DescribeAlarmsForMetricResult> asyncHandler) -
Uses of DescribeAlarmsForMetricResult in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return DescribeAlarmsForMetricResult Modifier and Type Method Description DescribeAlarmsForMetricResultDescribeAlarmsForMetricResult. clone()DescribeAlarmsForMetricResultDescribeAlarmsForMetricResult. withMetricAlarms(MetricAlarm... metricAlarms)A list of information for each alarm with the specified metric.DescribeAlarmsForMetricResultDescribeAlarmsForMetricResult. withMetricAlarms(Collection<MetricAlarm> metricAlarms)A list of information for each alarm with the specified metric.
-