Uses of Class
software.amazon.awssdk.services.costexplorer.model.ListCostAllocationTagBackfillHistoryResponse
-
Packages that use ListCostAllocationTagBackfillHistoryResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data.software.amazon.awssdk.services.costexplorer.paginators -
-
Uses of ListCostAllocationTagBackfillHistoryResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return ListCostAllocationTagBackfillHistoryResponse Modifier and Type Method Description default ListCostAllocationTagBackfillHistoryResponseCostExplorerClient. listCostAllocationTagBackfillHistory(Consumer<ListCostAllocationTagBackfillHistoryRequest.Builder> listCostAllocationTagBackfillHistoryRequest)Retrieves a list of your historical cost allocation tag backfill requests.default ListCostAllocationTagBackfillHistoryResponseCostExplorerClient. listCostAllocationTagBackfillHistory(ListCostAllocationTagBackfillHistoryRequest listCostAllocationTagBackfillHistoryRequest)Retrieves a list of your historical cost allocation tag backfill requests.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type ListCostAllocationTagBackfillHistoryResponse Modifier and Type Method Description default CompletableFuture<ListCostAllocationTagBackfillHistoryResponse>CostExplorerAsyncClient. listCostAllocationTagBackfillHistory(Consumer<ListCostAllocationTagBackfillHistoryRequest.Builder> listCostAllocationTagBackfillHistoryRequest)Retrieves a list of your historical cost allocation tag backfill requests.default CompletableFuture<ListCostAllocationTagBackfillHistoryResponse>CostExplorerAsyncClient. listCostAllocationTagBackfillHistory(ListCostAllocationTagBackfillHistoryRequest listCostAllocationTagBackfillHistoryRequest)Retrieves a list of your historical cost allocation tag backfill requests. -
Uses of ListCostAllocationTagBackfillHistoryResponse in software.amazon.awssdk.services.costexplorer.paginators
Methods in software.amazon.awssdk.services.costexplorer.paginators that return types with arguments of type ListCostAllocationTagBackfillHistoryResponse Modifier and Type Method Description Iterator<ListCostAllocationTagBackfillHistoryResponse>ListCostAllocationTagBackfillHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.costexplorer.paginators with type arguments of type ListCostAllocationTagBackfillHistoryResponse Modifier and Type Method Description voidListCostAllocationTagBackfillHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCostAllocationTagBackfillHistoryResponse> subscriber)
-