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