Uses of Class
software.amazon.awssdk.services.costandusagereport.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.costandusagereport
Methods in software.amazon.awssdk.services.costandusagereport that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCostAndUsageReportClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates a set of tags from a report definition.default UntagResourceResponseCostAndUsageReportClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates a set of tags from a report definition.Methods in software.amazon.awssdk.services.costandusagereport that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CostAndUsageReportAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates a set of tags from a report definition.default CompletableFuture<UntagResourceResponse>CostAndUsageReportAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates a set of tags from a report definition.
-