| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| 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 © 2022. All rights reserved.