| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GetTagsResult |
AbstractAWSResourceGroups.getTags(GetTagsRequest request) |
GetTagsResult |
AWSResourceGroupsClient.getTags(GetTagsRequest request)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
GetTagsResult |
AWSResourceGroups.getTags(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AWSResourceGroupsAsync.getTagsAsync(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AWSResourceGroupsAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AWSResourceGroupsAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
| Modifier and Type | Method and Description |
|---|---|
GetTagsResult |
GetTagsResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTagsResult |
GetTagsResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetTagsResult |
GetTagsResult.clone() |
GetTagsResult |
GetTagsResult.withArn(String arn)
The ARN of the tagged resource group.
|
GetTagsResult |
GetTagsResult.withTags(Map<String,String> tags)
The tags associated with the specified resource group.
|
Copyright © 2022. All rights reserved.