Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryRule
-
Packages that use CostCategoryRule Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryRule in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategoryRule Modifier and Type Method Description List<CostCategoryRule>CostCategory. rules()The rules are processed in order.List<CostCategoryRule>CreateCostCategoryDefinitionRequest. rules()The Cost Category rules used to categorize costs.List<CostCategoryRule>UpdateCostCategoryDefinitionRequest. rules()TheExpressionobject used to categorize costs.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryRule Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. rules(CostCategoryRule... rules)The rules are processed in order.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. rules(CostCategoryRule... rules)The Cost Category rules used to categorize costs.UpdateCostCategoryDefinitionRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder. rules(CostCategoryRule... rules)TheExpressionobject used to categorize costs.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostCategoryRule Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. rules(Collection<CostCategoryRule> rules)The rules are processed in order.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. rules(Collection<CostCategoryRule> rules)The Cost Category rules used to categorize costs.UpdateCostCategoryDefinitionRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder. rules(Collection<CostCategoryRule> rules)TheExpressionobject used to categorize costs.
-