| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategoryStatusComponent |
CostCategoryProcessingStatus.component()
The Cost Management product name of the applied status.
|
static CostCategoryStatusComponent |
CostCategoryStatusComponent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CostCategoryStatusComponent |
CostCategoryStatusComponent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostCategoryStatusComponent[] |
CostCategoryStatusComponent.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<CostCategoryStatusComponent> |
CostCategoryStatusComponent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CostCategoryProcessingStatus.Builder |
CostCategoryProcessingStatus.Builder.component(CostCategoryStatusComponent component)
The Cost Management product name of the applied status.
|
Copyright © 2022. All rights reserved.