Uses of Class
software.amazon.awssdk.services.resourcegroups.model.UntagResponse
-
Packages that use UntagResponse 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. -
-
Uses of UntagResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return UntagResponse Modifier and Type Method Description default UntagResponseResourceGroupsClient. untag(Consumer<UntagRequest.Builder> untagRequest)Deletes tags from a specified resource group.default UntagResponseResourceGroupsClient. untag(UntagRequest untagRequest)Deletes tags from a specified resource group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type UntagResponse Modifier and Type Method 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.
-