Uses of Interface
software.amazon.awssdk.services.costexplorer.CostExplorerClient
-
Packages that use CostExplorerClient 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 CostExplorerClient in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return CostExplorerClient Modifier and Type Method Description static CostExplorerClientCostExplorerClient. create()Create aCostExplorerClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CostExplorerClient in software.amazon.awssdk.services.costexplorer.paginators
Constructors in software.amazon.awssdk.services.costexplorer.paginators with parameters of type CostExplorerClient Constructor Description GetSavingsPlansCoverageIterable(CostExplorerClient client, GetSavingsPlansCoverageRequest firstRequest)GetSavingsPlansUtilizationDetailsIterable(CostExplorerClient client, GetSavingsPlansUtilizationDetailsRequest firstRequest)ListCostAllocationTagsIterable(CostExplorerClient client, ListCostAllocationTagsRequest firstRequest)ListCostCategoryDefinitionsIterable(CostExplorerClient client, ListCostCategoryDefinitionsRequest firstRequest)
-