Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CostCategoryProcessingStatus.Builder
-
Packages that use CostCategoryProcessingStatus.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryProcessingStatus.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostCategoryProcessingStatus.Builder Modifier and Type Method Description static CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus. builder()CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus.Builder. component(String component)The Cost Management product name of the applied status.CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus.Builder. component(CostCategoryStatusComponent component)The Cost Management product name of the applied status.CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus.Builder. status(String status)The process status for a specific cost category.CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus.Builder. status(CostCategoryStatus status)The process status for a specific cost category.CostCategoryProcessingStatus.BuilderCostCategoryProcessingStatus. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategoryProcessingStatus.Builder Modifier and Type Method Description static Class<? extends CostCategoryProcessingStatus.Builder>CostCategoryProcessingStatus. serializableBuilderClass()
-