GetTagValuesRequest Class
(QtAws::ResourceGroupsTaggingAPI::GetTagValuesRequest)The GetTagValuesRequest class provides an interface for ResourceGroupsTaggingAPI GetTagValues requests. More...
| Header: | #include <GetTagValuesRequest> |
| Inherits: | QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIRequest |
Public Functions
| GetTagValuesRequest(const GetTagValuesRequest &other) | |
| GetTagValuesRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::ResourceGroupsTaggingAPI::ResourceGroupsTaggingAPIRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The GetTagValuesRequest class provides an interface for ResourceGroupsTaggingAPI GetTagValues requests.
<fullname>Resource Groups Tagging API</fullname>
This guide describes the API operations for the resource groups
tagging>
A tag is a label that you assign to an AWS resource. A tag consists of a key and a value, both of which you define. For example, if you have two Amazon EC2 instances, you might assign both a tag key of "Stack." But the value of "Stack" might be "Testing" for one and "Production" for the
other>
Tagging can help you organize your resources and enables you to simplify resource management, access management and cost allocation. For more information about tagging, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html">Working with Tag Editor</a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/resource-groups.html">Working with Resource Groups</a>. For more information about permissions you need to use the resource groups tagging APIs, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-resource-groups.html">Obtaining Permissions for Resource Groups </a> and <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging
</a>>
You can use the resource groups tagging APIs to complete the following
tasks> <ul> <li>
Tag and untag supported resources located in the specified region for the AWS
accoun> </li> <li>
Use tag-based filters to search for resources located in the specified region for the AWS
accoun> </li> <li>
List all existing tag keys in the specified region for the AWS
accoun> </li> <li>
List all existing values for the specified key in the specified region for the AWS
accoun> </li> </ul>
Not all resources can have tags. For a lists of resources that you can tag, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/supported-resources.html">Supported Resources</a> in the <i>AWS Resource Groups and Tag Editor User
Guide</i>>
To make full use of the resource groups tagging APIs, you might need additional IAM permissions, including permission to access the resources of individual services as well as permission to view and apply tags to those resources. For more information, see <a href="http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/obtaining-permissions-for-tagging.html">Obtaining Permissions for Tagging</a> in the <i>AWS Resource Groups and Tag Editor User
See also ResourceGroupsTaggingAPIClient::getTagValues.
Member Function Documentation
GetTagValuesRequest::GetTagValuesRequest(const GetTagValuesRequest &other)
Constructs a copy of other.
GetTagValuesRequest::GetTagValuesRequest()
Constructs a GetTagValuesRequest object.
[override virtual] bool GetTagValuesRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *GetTagValuesRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a GetTagValuesResponse 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.