| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CostCategoryProcessingStatus |
CostCategoryProcessingStatus.clone() |
CostCategoryProcessingStatus |
CostCategoryProcessingStatus.withComponent(CostCategoryStatusComponent component)
The Cost Management product name of the applied status.
|
CostCategoryProcessingStatus |
CostCategoryProcessingStatus.withComponent(String component)
The Cost Management product name of the applied status.
|
CostCategoryProcessingStatus |
CostCategoryProcessingStatus.withStatus(CostCategoryStatus status)
The process status for a specific cost category.
|
CostCategoryProcessingStatus |
CostCategoryProcessingStatus.withStatus(String status)
The process status for a specific cost category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CostCategoryProcessingStatus> |
CostCategory.getProcessingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
|
List<CostCategoryProcessingStatus> |
CostCategoryReference.getProcessingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
|
| Modifier and Type | Method and Description |
|---|---|
CostCategory |
CostCategory.withProcessingStatus(CostCategoryProcessingStatus... processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategoryReference |
CostCategoryReference.withProcessingStatus(CostCategoryProcessingStatus... processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CostCategory.setProcessingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
void |
CostCategoryReference.setProcessingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory |
CostCategory.withProcessingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategoryReference |
CostCategoryReference.withProcessingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
Copyright © 2025. All rights reserved.