| Package | Description |
|---|---|
| com.amazonaws.services.costandusagereport |
You can use the Amazon Web Services Cost and Usage Report API to programmatically create, query, and delete Amazon
Web Services Cost and Usage Report definitions.
|
| com.amazonaws.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSCostAndUsageReportClient.listTagsForResource(ListTagsForResourceRequest request)
Lists the tags associated with the specified report definition.
|
ListTagsForResourceResult |
AbstractAWSCostAndUsageReport.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSCostAndUsageReport.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags associated with the specified report definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSCostAndUsageReportAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCostAndUsageReportAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCostAndUsageReportAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags associated with the specified report definition.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags assigned to the report definition resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags assigned to the report definition resource.
|
Copyright © 2024. All rights reserved.