Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostAllocationTagStatusEntry
-
Packages that use CostAllocationTagStatusEntry Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTagStatusEntry in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTagStatusEntry Modifier and Type Method Description List<CostAllocationTagStatusEntry>UpdateCostAllocationTagsStatusRequest. costAllocationTagsStatus()The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostAllocationTagStatusEntry Modifier and Type Method Description UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. costAllocationTagsStatus(CostAllocationTagStatusEntry... costAllocationTagsStatus)The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostAllocationTagStatusEntry Modifier and Type Method Description UpdateCostAllocationTagsStatusRequest.BuilderUpdateCostAllocationTagsStatusRequest.Builder. costAllocationTagsStatus(Collection<CostAllocationTagStatusEntry> costAllocationTagsStatus)The list ofCostAllocationTagStatusEntryobjects that are used to update cost allocation tags status for this request.
-