Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetTagsResponse
-
Packages that use GetTagsResponse 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 GetTagsResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GetTagsResponse Modifier and Type Method Description default GetTagsResponseResourceGroupsClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Returns a list of tags that are associated with a resource group, specified by an ARN.default GetTagsResponseResourceGroupsClient. getTags(GetTagsRequest getTagsRequest)Returns a list of tags that are associated with a resource group, specified by an ARN.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GetTagsResponse Modifier and Type Method Description default CompletableFuture<GetTagsResponse>ResourceGroupsAsyncClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Returns a list of tags that are associated with a resource group, specified by an ARN.default CompletableFuture<GetTagsResponse>ResourceGroupsAsyncClient. getTags(GetTagsRequest getTagsRequest)Returns a list of tags that are associated with a resource group, specified by an ARN.
-