Uses of Class
software.amazon.awssdk.services.resourcegroups.model.TagRequest
-
Packages that use TagRequest 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.software.amazon.awssdk.services.resourcegroups.transform -
-
Uses of TagRequest in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups with parameters of type TagRequest Modifier and Type Method Description default CompletableFuture<TagResponse>ResourceGroupsAsyncClient. tag(TagRequest 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. -
Uses of TagRequest in software.amazon.awssdk.services.resourcegroups.transform
Methods in software.amazon.awssdk.services.resourcegroups.transform with parameters of type TagRequest Modifier and Type Method Description SdkHttpFullRequestTagRequestMarshaller. marshall(TagRequest tagRequest)
-