ListEnvironmentsResponse Class

(QtAws::Cloud9::ListEnvironmentsResponse)

The ListEnvironmentsResponse class provides an interace for Cloud9 ListEnvironments responses. More...

Header: #include <ListEnvironmentsResponse>
Inherits: QtAws::Cloud9::Cloud9Response

Public Functions

ListEnvironmentsResponse(const ListEnvironmentsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const ListEnvironmentsRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The ListEnvironmentsResponse class provides an interace for Cloud9 ListEnvironments responses.

<fullname>AWS Cloud9</fullname>

AWS Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the

cloud>

For more information about AWS Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">AWS Cloud9 User

Guide</a>>

AWS Cloud9 supports these

operations> <ul> <li>

<code>CreateEnvironmentEC2</code>: Creates an AWS Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the

environment> </li> <li>

<code>CreateEnvironmentMembership</code>: Adds an environment member to an

environment> </li> <li>

<code>DeleteEnvironment</code>: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the

instance> </li> <li>

<code>DeleteEnvironmentMembership</code>: Deletes an environment member from an

environment> </li> <li>

<code>DescribeEnvironmentMemberships</code>: Gets information about environment members for an

environment> </li> <li>

<code>DescribeEnvironments</code>: Gets information about

environments> </li> <li>

<code>DescribeEnvironmentStatus</code>: Gets status information for an

environment> </li> <li>

<code>ListEnvironments</code>: Gets a list of environment

identifiers> </li> <li>

<code>UpdateEnvironment</code>: Changes the settings of an existing

environment> </li> <li>

<code>UpdateEnvironmentMembership</code>: Changes the settings of an existing environment member for an

See also Cloud9Client::listEnvironments.

Member Function Documentation

ListEnvironmentsResponse::ListEnvironmentsResponse(const ListEnvironmentsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

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

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

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful Cloud9 ListEnvironments response.

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