Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostAllocationTagBackfillStatus
-
Packages that use CostAllocationTagBackfillStatus Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTagBackfillStatus in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostAllocationTagBackfillStatus Modifier and Type Method Description CostAllocationTagBackfillStatusCostAllocationTagBackfillRequest. backfillStatus()The status of the cost allocation tag backfill request.static CostAllocationTagBackfillStatusCostAllocationTagBackfillStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CostAllocationTagBackfillStatusCostAllocationTagBackfillStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAllocationTagBackfillStatus[]CostAllocationTagBackfillStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTagBackfillStatus Modifier and Type Method Description static Set<CostAllocationTagBackfillStatus>CostAllocationTagBackfillStatus. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostAllocationTagBackfillStatus Modifier and Type Method Description CostAllocationTagBackfillRequest.BuilderCostAllocationTagBackfillRequest.Builder. backfillStatus(CostAllocationTagBackfillStatus backfillStatus)The status of the cost allocation tag backfill request.
-