| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetTagsResponse |
ResourceGroupsClient.getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
default GetTagsResponse |
ResourceGroupsClient.getTags(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.