| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategoryInheritedValueDimensionName |
CostCategoryInheritedValueDimension.dimensionName()
The name of the dimension that's used to group costs.
|
static CostCategoryInheritedValueDimensionName |
CostCategoryInheritedValueDimensionName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CostCategoryInheritedValueDimensionName |
CostCategoryInheritedValueDimensionName.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CostCategoryInheritedValueDimensionName> |
CostCategoryInheritedValueDimensionName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CostCategoryInheritedValueDimension.Builder |
CostCategoryInheritedValueDimension.Builder.dimensionName(CostCategoryInheritedValueDimensionName dimensionName)
The name of the dimension that's used to group costs.
|
Copyright © 2022. All rights reserved.