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