ListEnvironmentsRequest Class

(QtAws::Cloud9::ListEnvironmentsRequest)

The ListEnvironmentsRequest class provides an interface for Cloud9 ListEnvironments requests. More...

Header: #include <ListEnvironmentsRequest>
Inherits: QtAws::Cloud9::Cloud9Request

Public Functions

ListEnvironmentsRequest(const ListEnvironmentsRequest &other)
ListEnvironmentsRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

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

Detailed Description

The ListEnvironmentsRequest class provides an interface for Cloud9 ListEnvironments requests.

<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

ListEnvironmentsRequest::ListEnvironmentsRequest(const ListEnvironmentsRequest &other)

Constructs a copy of other.

ListEnvironmentsRequest::ListEnvironmentsRequest()

Constructs a ListEnvironmentsRequest object.

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

Reimplemented from AwsAbstractRequest::isValid().

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

Reimplemented from AwsAbstractRequest::response().

Returns a ListEnvironmentsResponse 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.