Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostCategoryReference
-
Packages that use CostCategoryReference Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostCategoryReference in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostCategoryReference Modifier and Type Method Description List<CostCategoryReference>ListCostCategoryDefinitionsResponse. costCategoryReferences()A reference to a Cost Category that contains enough information to identify the Cost Category.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostCategoryReference Modifier and Type Method Description ListCostCategoryDefinitionsResponse.BuilderListCostCategoryDefinitionsResponse.Builder. costCategoryReferences(CostCategoryReference... costCategoryReferences)A reference to a Cost Category that contains enough information to identify the Cost Category.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostCategoryReference Modifier and Type Method Description ListCostCategoryDefinitionsResponse.BuilderListCostCategoryDefinitionsResponse.Builder. costCategoryReferences(Collection<CostCategoryReference> costCategoryReferences)A reference to a Cost Category that contains enough information to identify the Cost Category.
-