| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups |
|
| Modifier and Type | Method and Description |
|---|---|
default TagResponse |
ResourceGroupsClient.tag(Consumer<TagRequest.Builder> tagRequest)
Adds tags to a resource group with the specified ARN.
|
default TagResponse |
ResourceGroupsClient.tag(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResponse> |
ResourceGroupsAsyncClient.tag(Consumer<TagRequest.Builder> tagRequest)
Adds tags to a resource group with the specified ARN.
|
default CompletableFuture<TagResponse> |
ResourceGroupsAsyncClient.tag(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
Copyright © 2020. All rights reserved.