DeleteGroupResponse Class

(QtAws::WorkMail::DeleteGroupResponse)

The DeleteGroupResponse class provides an interace for WorkMail DeleteGroup responses. More...

Header: #include <DeleteGroupResponse>
Inherits: QtAws::WorkMail::WorkMailResponse

Public Functions

DeleteGroupResponse(const DeleteGroupRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const DeleteGroupRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The DeleteGroupResponse class provides an interace for WorkMail DeleteGroup 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::deleteGroup.

Member Function Documentation

DeleteGroupResponse::DeleteGroupResponse(const DeleteGroupRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful WorkMail DeleteGroup response.

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