Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CostAllocationTagStatusEntry.Builder
-
Packages that use CostAllocationTagStatusEntry.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTagStatusEntry.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostAllocationTagStatusEntry.Builder Modifier and Type Method Description static CostAllocationTagStatusEntry.BuilderCostAllocationTagStatusEntry. builder()CostAllocationTagStatusEntry.BuilderCostAllocationTagStatusEntry.Builder. status(String status)The status of a cost allocation tag.CostAllocationTagStatusEntry.BuilderCostAllocationTagStatusEntry.Builder. status(CostAllocationTagStatus status)The status of a cost allocation tag.CostAllocationTagStatusEntry.BuilderCostAllocationTagStatusEntry.Builder. tagKey(String tagKey)The key for the cost allocation tag.CostAllocationTagStatusEntry.BuilderCostAllocationTagStatusEntry. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTagStatusEntry.Builder Modifier and Type Method Description static Class<? extends CostAllocationTagStatusEntry.Builder>CostAllocationTagStatusEntry. serializableBuilderClass()
-