| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GetTagsResult |
AWSResourceGroups.getTags(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource, specified by an ARN.
|
GetTagsResult |
AbstractAWSResourceGroups.getTags(GetTagsRequest request) |
GetTagsResult |
AWSResourceGroupsClient.getTags(GetTagsRequest request)
Returns a list of tags that are associated with a resource, specified by an ARN.
|
Future<GetTagsResult> |
AWSResourceGroupsAsyncClient.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AWSResourceGroupsAsync.getTagsAsync(GetTagsRequest getTagsRequest)
Returns a list of tags that are associated with a resource, 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, 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, specified by an ARN.
|
Future<GetTagsResult> |
AbstractAWSResourceGroupsAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTagsRequest |
GetTagsRequest.clone() |
GetTagsRequest |
GetTagsRequest.withArn(String arn)
The ARN of the resource for which you want a list of tags.
|
Copyright © 2018. All rights reserved.