| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static CostCategoryRuleType |
CostCategoryRuleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CostCategoryRuleType |
CostCategoryRule.type()
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
static CostCategoryRuleType |
CostCategoryRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostCategoryRuleType[] |
CostCategoryRuleType.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<CostCategoryRuleType> |
CostCategoryRuleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CostCategoryRule.Builder |
CostCategoryRule.Builder.type(CostCategoryRuleType type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE. |
Copyright © 2023. All rights reserved.