Uses of Class
software.amazon.awssdk.services.costexplorer.model.CostAllocationTagBackfillRequest
-
Packages that use CostAllocationTagBackfillRequest Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of CostAllocationTagBackfillRequest in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CostAllocationTagBackfillRequest Modifier and Type Method Description CostAllocationTagBackfillRequestStartCostAllocationTagBackfillResponse. backfillRequest()An object containing detailed metadata of your new backfill request.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CostAllocationTagBackfillRequest Modifier and Type Method Description List<CostAllocationTagBackfillRequest>ListCostAllocationTagBackfillHistoryResponse. backfillRequests()The list of historical cost allocation tag backfill requests.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type CostAllocationTagBackfillRequest Modifier and Type Method Description StartCostAllocationTagBackfillResponse.BuilderStartCostAllocationTagBackfillResponse.Builder. backfillRequest(CostAllocationTagBackfillRequest backfillRequest)An object containing detailed metadata of your new backfill request.ListCostAllocationTagBackfillHistoryResponse.BuilderListCostAllocationTagBackfillHistoryResponse.Builder. backfillRequests(CostAllocationTagBackfillRequest... backfillRequests)The list of historical cost allocation tag backfill requests.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type CostAllocationTagBackfillRequest Modifier and Type Method Description ListCostAllocationTagBackfillHistoryResponse.BuilderListCostAllocationTagBackfillHistoryResponse.Builder. backfillRequests(Collection<CostAllocationTagBackfillRequest> backfillRequests)The list of historical cost allocation tag backfill requests.
-