AwsAnonymousCredentials Class
(QtAws::Core::AwsAnonymousCredentials)The AwsAnonymousCredentials class provides anonymous AWS credentials. More...
| Header: | #include <AwsAnonymousCredentials> |
| Inherits: | QtAws::Core::AwsAbstractCredentials |
Public Functions
| AwsAnonymousCredentials(QObject * const parent = 0) |
Reimplemented Public Functions
| virtual QString | accessKeyId() const override |
| virtual QString | secretKey() const override |
| virtual QString | token() const override |
- 6 public functions inherited from QtAws::Core::AwsAbstractCredentials
Additional Inherited Members
- 1 public slot inherited from QtAws::Core::AwsAbstractCredentials
- 1 signal inherited from QtAws::Core::AwsAbstractCredentials
Detailed Description
The AwsAnonymousCredentials class provides anonymous AWS credentials.
Member Function Documentation
AwsAnonymousCredentials::AwsAnonymousCredentials(QObject * const parent = 0)
Constructs an AwsAnonymousCredentials object with parent parent.
[override virtual] QString AwsAnonymousCredentials::accessKeyId() const
Reimplemented from AwsAbstractCredentials::accessKeyId().
[override virtual] QString AwsAnonymousCredentials::secretKey() const
Reimplemented from AwsAbstractCredentials::secretKey().
[override virtual] QString AwsAnonymousCredentials::token() const
Reimplemented from AwsAbstractCredentials::token().
© 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.