Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategorySplitChargeRule
-
Packages that use CostCategorySplitChargeRule Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategorySplitChargeRule in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategorySplitChargeRule Modifier and Type Method Description List<CostCategorySplitChargeRule>CostCategory. splitChargeRules()The split charge rules that are used to allocate your charges between your Cost Category values.List<CostCategorySplitChargeRule>CreateCostCategoryDefinitionRequest. splitChargeRules()The split charge rules used to allocate your charges between your Cost Category values.List<CostCategorySplitChargeRule>UpdateCostCategoryDefinitionRequest. splitChargeRules()The split charge rules used to allocate your charges between your Cost Category values.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategorySplitChargeRule Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)The split charge rules that are used to allocate your charges between your Cost Category values.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)The split charge rules used to allocate your charges between your Cost Category values.UpdateCostCategoryDefinitionRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder. splitChargeRules(CostCategorySplitChargeRule... splitChargeRules)The split charge rules used to allocate your charges between your Cost Category values.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostCategorySplitChargeRule Modifier and Type Method Description CostCategory.BuilderCostCategory.Builder. splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)The split charge rules that are used to allocate your charges between your Cost Category values.CreateCostCategoryDefinitionRequest.BuilderCreateCostCategoryDefinitionRequest.Builder. splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)The split charge rules used to allocate your charges between your Cost Category values.UpdateCostCategoryDefinitionRequest.BuilderUpdateCostCategoryDefinitionRequest.Builder. splitChargeRules(Collection<CostCategorySplitChargeRule> splitChargeRules)The split charge rules used to allocate your charges between your Cost Category values.
-