Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostAllocationTag
-
Packages that use CostAllocationTag Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTag in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTag Modifier and Type Method Description List<CostAllocationTag>ListCostAllocationTagsResponse. costAllocationTags()A list of cost allocation tags that includes the detailed metadata for each one.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostAllocationTag Modifier and Type Method Description ListCostAllocationTagsResponse.BuilderListCostAllocationTagsResponse.Builder. costAllocationTags(CostAllocationTag... costAllocationTags)A list of cost allocation tags that includes the detailed metadata for each one.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostAllocationTag Modifier and Type Method Description ListCostAllocationTagsResponse.BuilderListCostAllocationTagsResponse.Builder. costAllocationTags(Collection<CostAllocationTag> costAllocationTags)A list of cost allocation tags that includes the detailed metadata for each one.
-