CreateClusterParameterGroupResponse Class
(QtAws::Redshift::CreateClusterParameterGroupResponse)The CreateClusterParameterGroupResponse class provides an interace for Redshift CreateClusterParameterGroup responses. More...
| Header: | #include <CreateClusterParameterGroupResponse> |
| Inherits: | QtAws::Redshift::RedshiftResponse |
Public Functions
| CreateClusterParameterGroupResponse(const CreateClusterParameterGroupRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const CreateClusterParameterGroupRequest * | 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::Redshift::RedshiftResponse
- 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 CreateClusterParameterGroupResponse class provides an interace for Redshift CreateClusterParameterGroup responses.
<fullname>Amazon Redshift</fullname>
<b>Overview</b>
</p
This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to <a href="http://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html">Using the Amazon Redshift Management
Interfaces</a>>
Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and
customers>
If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the <a href="http://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html">Amazon Redshift Getting Started
Guide</a>>
If you are a database developer, the <a href="http://docs.aws.amazon.com/redshift/latest/dg/welcome.html">Amazon Redshift Database Developer Guide</a> explains how to design, build, query, and maintain the databases that make up your data warehouse.
See also RedshiftClient::createClusterParameterGroup.
Member Function Documentation
CreateClusterParameterGroupResponse::CreateClusterParameterGroupResponse(const CreateClusterParameterGroupRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a CreateClusterParameterGroupResponse object for reply to request, with parent parent.
[override virtual protected slot] void CreateClusterParameterGroupResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful Redshift CreateClusterParameterGroup response.
[override virtual] const CreateClusterParameterGroupRequest *CreateClusterParameterGroupResponse::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.