CreateResourceResponse Class
(QtAws::WorkMail::CreateResourceResponse)The CreateResourceResponse class provides an interace for WorkMail CreateResource responses. More...
| Header: | #include <CreateResourceResponse> |
| Inherits: | QtAws::WorkMail::WorkMailResponse |
Public Functions
| CreateResourceResponse(const CreateResourceRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const CreateResourceRequest * | 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::WorkMail::WorkMailResponse
- 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 CreateResourceResponse class provides an interace for WorkMail CreateResource responses.
Amazon WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. You can access your email, contacts, and calendars using Microsoft Outlook, your browser, or their native iOS and Android email applications. You can integrate Amazon WorkMail with your existing corporate directory and control both the keys that encrypt your data and the location in which your data is
stored>
The Amazon WorkMail API is designed for the following
scenarios> <ul> <li>
Listing and describing
organization> </li> </ul> <ul> <li>
Managing
user> </li> </ul> <ul> <li>
Managing
group> </li> </ul> <ul> <li>
Managing
resource> </li> </ul>
All Amazon WorkMail API actions are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of IAM users and roles to help facilitate access, trust, and permission policies. By creating a role and allowing an IAM user to access the Amazon WorkMail site, the IAM user gains full administrative visibility into the entire Amazon WorkMail organization (or as set in the IAM policy). This includes, but is not limited to, the ability to create, update, and delete users, groups, and resources. This allows developers to perform the scenarios listed above, as well as give users the ability to grant access on a selective basis using the IAM
See also WorkMailClient::createResource.
Member Function Documentation
CreateResourceResponse::CreateResourceResponse(const CreateResourceRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a CreateResourceResponse object for reply to request, with parent parent.
[override virtual protected slot] void CreateResourceResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful WorkMail CreateResource response.
[override virtual] const CreateResourceRequest *CreateResourceResponse::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.