Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryInheritedValueDimensionName
-
Packages that use CostCategoryInheritedValueDimensionName Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryInheritedValueDimensionName in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostCategoryInheritedValueDimensionName Modifier and Type Method Description CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimension. dimensionName()The name of the dimension that's used to group costs.static CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimensionName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimensionName. valueOf(String name)Returns the enum constant of this type with the specified name.static CostCategoryInheritedValueDimensionName[]CostCategoryInheritedValueDimensionName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategoryInheritedValueDimensionName Modifier and Type Method Description static Set<CostCategoryInheritedValueDimensionName>CostCategoryInheritedValueDimensionName. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryInheritedValueDimensionName Modifier and Type Method Description CostCategoryInheritedValueDimension.BuilderCostCategoryInheritedValueDimension.Builder. dimensionName(CostCategoryInheritedValueDimensionName dimensionName)The name of the dimension that's used to group costs.
-