Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryInheritedValueDimension
-
Packages that use CostCategoryInheritedValueDimension Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryInheritedValueDimension in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostCategoryInheritedValueDimension Modifier and Type Method Description CostCategoryInheritedValueDimensionCostCategoryRule. inheritedValue()The value the line item is categorized as if the line item contains the matched dimension.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryInheritedValueDimension Modifier and Type Method Description CostCategoryRule.BuilderCostCategoryRule.Builder. inheritedValue(CostCategoryInheritedValueDimension inheritedValue)The value the line item is categorized as if the line item contains the matched dimension.
-