Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetTagsRequest
-
Packages that use GetTagsRequest 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 GetTagsRequest in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups with parameters of type GetTagsRequest Modifier and Type Method Description default CompletableFuture<GetTagsResponse>ResourceGroupsAsyncClient. getTags(GetTagsRequest 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. -
Uses of GetTagsRequest in software.amazon.awssdk.services.resourcegroups.transform
Methods in software.amazon.awssdk.services.resourcegroups.transform with parameters of type GetTagsRequest Modifier and Type Method Description SdkHttpFullRequestGetTagsRequestMarshaller. marshall(GetTagsRequest getTagsRequest)
-