| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<CostCategoryProcessingStatus> |
CostCategoryReference.processingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
|
List<CostCategoryProcessingStatus> |
CostCategory.processingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
|
| Modifier and Type | Method and Description |
|---|---|
CostCategoryReference.Builder |
CostCategoryReference.Builder.processingStatus(CostCategoryProcessingStatus... processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory.Builder |
CostCategory.Builder.processingStatus(CostCategoryProcessingStatus... processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
| Modifier and Type | Method and Description |
|---|---|
CostCategoryReference.Builder |
CostCategoryReference.Builder.processingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
CostCategory.Builder |
CostCategory.Builder.processingStatus(Collection<CostCategoryProcessingStatus> processingStatus)
The list of processing statuses for Cost Management products for a specific cost category.
|
Copyright © 2023. All rights reserved.