Package | Description |
---|---|
com.amazonaws.services.cloudwatch |
Synchronous and asynchronous client classes for accessing AmazonCloudWatch.
|
com.amazonaws.services.cloudwatch.model |
Classes modeling the various types represented by AmazonCloudWatch.
|
Modifier and Type | Method and Description |
---|---|
DescribeAlarmsForMetricResult |
AmazonCloudWatchClient.describeAlarmsForMetric(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest)
Retrieves all alarms for a single metric.
|
DescribeAlarmsForMetricResult |
AmazonCloudWatch.describeAlarmsForMetric(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest)
Retrieves all alarms for a single metric.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeAlarmsForMetricResult> |
AmazonCloudWatchAsyncClient.describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest,
AsyncHandler<DescribeAlarmsForMetricRequest,DescribeAlarmsForMetricResult> asyncHandler)
Retrieves all alarms for a single metric.
|
Future<DescribeAlarmsForMetricResult> |
AmazonCloudWatchAsync.describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest describeAlarmsForMetricRequest,
AsyncHandler<DescribeAlarmsForMetricRequest,DescribeAlarmsForMetricResult> asyncHandler)
Retrieves all alarms for a single metric.
|
Modifier and Type | Method and Description |
---|---|
DescribeAlarmsForMetricResult |
DescribeAlarmsForMetricResult.withMetricAlarms(Collection<MetricAlarm> metricAlarms)
A list of information for each alarm with the specified metric.
|
DescribeAlarmsForMetricResult |
DescribeAlarmsForMetricResult.withMetricAlarms(MetricAlarm... metricAlarms)
A list of information for each alarm with the specified metric.
|
Copyright © 2014. All rights reserved.