Uses of Class
software.amazon.awssdk.services.resourcegroups.model.TagResponse
-
Packages that use TagResponse Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags. -
-
Uses of TagResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return TagResponse Modifier and Type Method Description default TagResponseResourceGroupsClient. tag(Consumer<TagRequest.Builder> tagRequest)Adds tags to a resource group with the specified ARN.default TagResponseResourceGroupsClient. tag(TagRequest tagRequest)Adds tags to a resource group with the specified ARN.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type TagResponse Modifier and Type Method Description default CompletableFuture<TagResponse>ResourceGroupsAsyncClient. tag(Consumer<TagRequest.Builder> tagRequest)Adds tags to a resource group with the specified ARN.default CompletableFuture<TagResponse>ResourceGroupsAsyncClient. tag(TagRequest tagRequest)Adds tags to a resource group with the specified ARN.
-