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