| 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 |
|---|---|
GetTagsResult |
AWSResourceGroupsClient.getTags(GetTagsRequest request)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
GetTagsResult |
AbstractAWSResourceGroups.getTags(GetTagsRequest request) |
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> |
AWSResourceGroupsAsync.getTagsAsync(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource group, specified by an ARN.
|
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.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.
|
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.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.
|
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| 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 © 2025. All rights reserved.