| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| 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 |
AWSResourceGroups.tag(TagRequest tagRequest)
Adds tags to a resource group with the specified ARN.
|
TagResult |
AbstractAWSResourceGroups.tag(TagRequest request) |
Future<TagResult> |
AWSResourceGroupsAsyncClient.tagAsync(TagRequest request) |
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,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagResult> |
AWSResourceGroupsAsyncClient.tagAsync(TagRequest request,
AsyncHandler<TagRequest,TagResult> asyncHandler) |
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.
|
| 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 © 2021. All rights reserved.