Uses of Class
software.amazon.awssdk.services.costandusagereport.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.costandusagereport
Methods in software.amazon.awssdk.services.costandusagereport that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCostAndUsageReportClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a report definition.default TagResourceResponseCostAndUsageReportClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a report definition.Methods in software.amazon.awssdk.services.costandusagereport that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CostAndUsageReportAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a report definition.default CompletableFuture<TagResourceResponse>CostAndUsageReportAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a report definition.
-