Cloud9Client Class
(QtAws::Cloud9::Cloud9Client)The Cloud9Client class provides access to the AWS Cloud9 service. More...
| Header: | #include <Cloud9Client> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| Cloud9Client(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| Cloud9Client(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| CreateEnvironmentEC2Response * | createEnvironmentEC2(const CreateEnvironmentEC2Request &request) |
| CreateEnvironmentMembershipResponse * | createEnvironmentMembership(const CreateEnvironmentMembershipRequest &request) |
| DeleteEnvironmentResponse * | deleteEnvironment(const DeleteEnvironmentRequest &request) |
| DeleteEnvironmentMembershipResponse * | deleteEnvironmentMembership(const DeleteEnvironmentMembershipRequest &request) |
| DescribeEnvironmentMembershipsResponse * | describeEnvironmentMemberships(const DescribeEnvironmentMembershipsRequest &request) |
| DescribeEnvironmentStatusResponse * | describeEnvironmentStatus(const DescribeEnvironmentStatusRequest &request) |
| DescribeEnvironmentsResponse * | describeEnvironments(const DescribeEnvironmentsRequest &request) |
| ListEnvironmentsResponse * | listEnvironments(const ListEnvironmentsRequest &request) |
| UpdateEnvironmentResponse * | updateEnvironment(const UpdateEnvironmentRequest &request) |
| UpdateEnvironmentMembershipResponse * | updateEnvironmentMembership(const UpdateEnvironmentMembershipRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The Cloud9Client class provides access to the AWS Cloud9 service.
<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
Member Function Documentation
Cloud9Client::Cloud9Client(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a Cloud9Client object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
Cloud9Client::Cloud9Client(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads Cloud9Client().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] CreateEnvironmentEC2Response *Cloud9Client::createEnvironmentEC2(const CreateEnvironmentEC2Request &request)
Sends request to the Cloud9Client service, and returns a pointer to an CreateEnvironmentEC2Response object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the
[slot] CreateEnvironmentMembershipResponse *Cloud9Client::createEnvironmentMembership(const CreateEnvironmentMembershipRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an CreateEnvironmentMembershipResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Adds an environment member to an AWS Cloud9 development
[slot] DeleteEnvironmentResponse *Cloud9Client::deleteEnvironment(const DeleteEnvironmentRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an DeleteEnvironmentResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the
[slot] DeleteEnvironmentMembershipResponse *Cloud9Client::deleteEnvironmentMembership(const DeleteEnvironmentMembershipRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an DeleteEnvironmentMembershipResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Deletes an environment member from an AWS Cloud9 development
[slot] DescribeEnvironmentMembershipsResponse *Cloud9Client::describeEnvironmentMemberships(const DescribeEnvironmentMembershipsRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an DescribeEnvironmentMembershipsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets information about environment members for an AWS Cloud9 development
[slot] DescribeEnvironmentStatusResponse *Cloud9Client::describeEnvironmentStatus(const DescribeEnvironmentStatusRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an DescribeEnvironmentStatusResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets status information for an AWS Cloud9 development
[slot] DescribeEnvironmentsResponse *Cloud9Client::describeEnvironments(const DescribeEnvironmentsRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an DescribeEnvironmentsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets information about AWS Cloud9 development
[slot] ListEnvironmentsResponse *Cloud9Client::listEnvironments(const ListEnvironmentsRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an ListEnvironmentsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets a list of AWS Cloud9 development environment
[slot] UpdateEnvironmentResponse *Cloud9Client::updateEnvironment(const UpdateEnvironmentRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an UpdateEnvironmentResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Changes the settings of an existing AWS Cloud9 development
[slot] UpdateEnvironmentMembershipResponse *Cloud9Client::updateEnvironmentMembership(const UpdateEnvironmentMembershipRequest &request)
Sends request to the Cloud9Client service, and returns a pointer to an UpdateEnvironmentMembershipResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Changes the settings of an existing environment member for an AWS Cloud9 development
© 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.