| 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 UntagResponse |
ResourceGroupsClient.untag(Consumer<UntagRequest.Builder> untagRequest)
Deletes tags from a specified resource group.
|
default UntagResponse |
ResourceGroupsClient.untag(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResponse> |
ResourceGroupsAsyncClient.untag(Consumer<UntagRequest.Builder> untagRequest)
Deletes tags from a specified resource group.
|
default CompletableFuture<UntagResponse> |
ResourceGroupsAsyncClient.untag(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
Copyright © 2023. All rights reserved.