Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryProcessingStatus
-
Packages that use CostCategoryProcessingStatus Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryProcessingStatus in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategoryProcessingStatus Modifier and Type Method Description List<CostCategoryProcessingStatus>CostCategory. processingStatus()The list of processing statuses for Cost Management products for a specific cost category.List<CostCategoryProcessingStatus>CostCategoryReference. processingStatus()The list of processing statuses for Cost Management products for a specific cost category.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryProcessingStatus Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. processingStatus(CostCategoryProcessingStatus... processingStatus)The list of processing statuses for Cost Management products for a specific cost category.CostCategoryReference.BuilderCostCategoryReference.Builder. processingStatus(CostCategoryProcessingStatus... processingStatus)The list of processing statuses for Cost Management products for a specific cost category.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostCategoryProcessingStatus Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. processingStatus(Collection<CostCategoryProcessingStatus> processingStatus)The list of processing statuses for Cost Management products for a specific cost category.CostCategoryReference.BuilderCostCategoryReference.Builder. processingStatus(Collection<CostCategoryProcessingStatus> processingStatus)The list of processing statuses for Cost Management products for a specific cost category.
-