ListRulesResponse Class
(QtAws::CloudWatchEvents::ListRulesResponse)The ListRulesResponse class provides an interace for CloudWatchEvents ListRules responses. More...
| Header: | #include <ListRulesResponse> |
| Inherits: | QtAws::CloudWatchEvents::CloudWatchEventsResponse |
Public Functions
| ListRulesResponse(const ListRulesRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const ListRulesRequest * | 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::CloudWatchEvents::CloudWatchEventsResponse
- 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 ListRulesResponse class provides an interace for CloudWatchEvents ListRules responses.
Amazon CloudWatch Events helps you to respond to state changes in your AWS resources. When your resources change state, they automatically send events into an event stream. You can create rules that match selected events in the stream and route them to targets to take action. You can also use rules to take action on a pre-determined schedule. For example, you can configure rules
to> <ul> <li>
Automatically invoke an AWS Lambda function to update DNS entries when an event notifies you that Amazon EC2 instance enters the running
state> </li> <li>
Direct specific API records from CloudTrail to an Amazon Kinesis stream for detailed analysis of potential security or availability
risks> </li> <li>
Periodically invoke a built-in target to create a snapshot of an Amazon EBS
volume> </li> </ul>
For more information about the features of Amazon CloudWatch Events, see the <a href="http://docs.aws.amazon.com/AmazonCloudWatch/latest/events">Amazon CloudWatch Events User
See also CloudWatchEventsClient::listRules.
Member Function Documentation
ListRulesResponse::ListRulesResponse(const ListRulesRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a ListRulesResponse object for reply to request, with parent parent.
[override virtual protected slot] void ListRulesResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful CloudWatchEvents ListRules response.
[override virtual] const ListRulesRequest *ListRulesResponse::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.