DescribeEnvironmentsResponse Class
(QtAws::Cloud9::DescribeEnvironmentsResponse)The DescribeEnvironmentsResponse class provides an interace for Cloud9 DescribeEnvironments responses. More...
| Header: | #include <DescribeEnvironmentsResponse> |
| Inherits: | QtAws::Cloud9::Cloud9Response |
Public Functions
| DescribeEnvironmentsResponse(const DescribeEnvironmentsRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const DescribeEnvironmentsRequest * | 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::Cloud9::Cloud9Response
- 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 DescribeEnvironmentsResponse class provides an interace for Cloud9 DescribeEnvironments 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::describeEnvironments.
Member Function Documentation
DescribeEnvironmentsResponse::DescribeEnvironmentsResponse(const DescribeEnvironmentsRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a DescribeEnvironmentsResponse object for reply to request, with parent parent.
[override virtual protected slot] void DescribeEnvironmentsResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful Cloud9 DescribeEnvironments response.
[override virtual] const DescribeEnvironmentsRequest *DescribeEnvironmentsResponse::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.