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