| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
UntagResult |
AWSResourceGroupsClient.untag(UntagRequest request)
Deletes tags from a specified resource group.
|
UntagResult |
AWSResourceGroups.untag(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
UntagResult |
AbstractAWSResourceGroups.untag(UntagRequest request) |
Future<UntagResult> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request) |
Future<UntagResult> |
AWSResourceGroupsAsync.untagAsync(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.untagAsync(UntagRequest request) |
Future<UntagResult> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
Future<UntagResult> |
AWSResourceGroupsAsync.untagAsync(UntagRequest untagRequest,
AsyncHandler<UntagRequest,UntagResult> asyncHandler)
Deletes tags from a specified resource group.
|
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResult> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
Future<UntagResult> |
AWSResourceGroupsAsync.untagAsync(UntagRequest untagRequest,
AsyncHandler<UntagRequest,UntagResult> asyncHandler)
Deletes tags from a specified resource group.
|
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagRequest |
UntagRequest.clone() |
UntagRequest |
UntagRequest.withArn(String arn)
The ARN of the resource group from which to remove tags.
|
UntagRequest |
UntagRequest.withKeys(Collection<String> keys)
The keys of the tags to be removed.
|
UntagRequest |
UntagRequest.withKeys(String... keys)
The keys of the tags to be removed.
|
Copyright © 2025. All rights reserved.