ListPublicKeysResponse Class

(QtAws::CloudTrail::ListPublicKeysResponse)

The ListPublicKeysResponse class provides an interace for CloudTrail ListPublicKeys responses. More...

Header: #include <ListPublicKeysResponse>
Inherits: QtAws::CloudTrail::CloudTrailResponse

Public Functions

ListPublicKeysResponse(const ListPublicKeysRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const ListPublicKeysRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The ListPublicKeysResponse class provides an interace for CloudTrail ListPublicKeys responses.

<fullname>AWS CloudTrail</fullname>

This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for

CloudTrail>

CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the

service> <note>

As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services

page</a>> </note>

See the <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">AWS CloudTrail User Guide</a> for information about the data that is included with each AWS API call listed in the log

See also CloudTrailClient::listPublicKeys.

Member Function Documentation

ListPublicKeysResponse::ListPublicKeysResponse(const ListPublicKeysRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a ListPublicKeysResponse object for reply to request, with parent parent.

[override virtual protected slot] void ListPublicKeysResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful CloudTrail ListPublicKeys response.

[override virtual] const ListPublicKeysRequest *ListPublicKeysResponse::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.