DescribeAlarmsForMetricResponse Class
(QtAws::CloudWatch::DescribeAlarmsForMetricResponse)The DescribeAlarmsForMetricResponse class provides an interace for CloudWatch DescribeAlarmsForMetric responses. More...
| Header: | #include <DescribeAlarmsForMetricResponse> |
| Inherits: | QtAws::CloudWatch::CloudWatchResponse |
Public Functions
| DescribeAlarmsForMetricResponse(const DescribeAlarmsForMetricRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DescribeAlarmsForMetricRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::CloudWatch::CloudWatchResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The DescribeAlarmsForMetricResponse class provides an interace for CloudWatch DescribeAlarmsForMetric responses.
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are the variables you want to measure for your resources and
applications>
CloudWatch alarms send notifications or automatically change the resources you are monitoring based on rules that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon EC2 instances. Then, use this data to determine whether you should launch additional instances to handle increased load. You can also use this data to stop under-used instances to save
money>
In addition to monitoring the built-in metrics that come with AWS, you can monitor your own custom metrics. With CloudWatch, you gain system-wide visibility into resource utilization, application performance, and operational
See also CloudWatchClient::describeAlarmsForMetric.
Member Function Documentation
DescribeAlarmsForMetricResponse::DescribeAlarmsForMetricResponse(const DescribeAlarmsForMetricRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DescribeAlarmsForMetricResponse object for reply to request, with parent parent.
[override virtual protected slot] void DescribeAlarmsForMetricResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CloudWatch DescribeAlarmsForMetric response.
[override virtual] const DescribeAlarmsForMetricRequest *DescribeAlarmsForMetricResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.