| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAWSCostExplorer.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSCostExplorer.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN).
|
ListTagsForResourceResult |
AWSCostExplorerClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSCostExplorerAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCostExplorerAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN).
|
Future<ListTagsForResourceResult> |
AWSCostExplorerAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(ResourceTag... resourceTags)
A list of tag key value pairs that are associated with the resource.
|
Copyright © 2023. All rights reserved.