ListPublicKeysRequest Class

(QtAws::CloudTrail::ListPublicKeysRequest)

The ListPublicKeysRequest class provides an interface for CloudTrail ListPublicKeys requests. More...

Header: #include <ListPublicKeysRequest>
Inherits: QtAws::CloudTrail::CloudTrailRequest

Public Functions

ListPublicKeysRequest(const ListPublicKeysRequest &other)
ListPublicKeysRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The ListPublicKeysRequest class provides an interface for CloudTrail ListPublicKeys requests.

<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

ListPublicKeysRequest::ListPublicKeysRequest(const ListPublicKeysRequest &other)

Constructs a copy of other.

ListPublicKeysRequest::ListPublicKeysRequest()

Constructs a ListPublicKeysRequest object.

[override virtual] bool ListPublicKeysRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *ListPublicKeysRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a ListPublicKeysResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 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.