| 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 |
|---|---|
TagResult |
AWSResourceGroupsClient.tag(TagRequest request)
Adds tags to a resource group with the specified ARN.
|
TagResult |
AbstractAWSResourceGroups.tag(TagRequest request) |
TagResult |
AWSResourceGroups.tag(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagResult> |
AWSResourceGroupsAsyncClient.tagAsync(TagRequest request) |
Future<TagResult> |
AWSResourceGroupsAsync.tagAsync(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
Future<TagResult> |
AbstractAWSResourceGroupsAsync.tagAsync(TagRequest request) |
Future<TagResult> |
AWSResourceGroupsAsyncClient.tagAsync(TagRequest request,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
Future<TagResult> |
AWSResourceGroupsAsync.tagAsync(TagRequest tagRequest,
AsyncHandler<TagRequest,TagResult> asyncHandler)
Adds tags to a resource group with the specified ARN.
|
Future<TagResult> |
AbstractAWSResourceGroupsAsync.tagAsync(TagRequest request,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<TagResult> |
AWSResourceGroupsAsyncClient.tagAsync(TagRequest request,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
Future<TagResult> |
AWSResourceGroupsAsync.tagAsync(TagRequest tagRequest,
AsyncHandler<TagRequest,TagResult> asyncHandler)
Adds tags to a resource group with the specified ARN.
|
Future<TagResult> |
AbstractAWSResourceGroupsAsync.tagAsync(TagRequest request,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TagResult |
TagResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TagResult |
TagResult.clearTagsEntries()
Removes all the entries added into Tags.
|
TagResult |
TagResult.clone() |
TagResult |
TagResult.withArn(String arn)
The ARN of the tagged resource.
|
TagResult |
TagResult.withTags(Map<String,String> tags)
The tags that have been added to the specified resource group.
|
Copyright © 2025. All rights reserved.