| 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 |
AbstractAWSResourceGroups.untag(UntagRequest request) |
UntagResult |
AWSResourceGroups.untag(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
UntagResult |
AWSResourceGroupsClient.untag(UntagRequest request)
Deletes tags from a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.untagAsync(UntagRequest request) |
Future<UntagResult> |
AWSResourceGroupsAsync.untagAsync(UntagRequest untagRequest)
Deletes tags from a specified resource group.
|
Future<UntagResult> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request) |
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.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> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResult> |
AbstractAWSResourceGroupsAsync.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> |
AWSResourceGroupsAsyncClient.untagAsync(UntagRequest request,
AsyncHandler<UntagRequest,UntagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResult |
UntagResult.clone() |
UntagResult |
UntagResult.withArn(String arn)
The ARN of the resource group from which tags have been removed.
|
UntagResult |
UntagResult.withKeys(Collection<String> keys)
The keys of the tags that were removed.
|
UntagResult |
UntagResult.withKeys(String... keys)
The keys of the tags that were removed.
|
Copyright © 2023. All rights reserved.