Package | Description |
---|---|
com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
com.amazonaws.services.costexplorer.model |
Modifier and Type | Method and Description |
---|---|
GetSavingsPlansUtilizationResult |
AbstractAWSCostExplorer.getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest request) |
GetSavingsPlansUtilizationResult |
AWSCostExplorerClient.getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest request)
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
|
GetSavingsPlansUtilizationResult |
AWSCostExplorer.getSavingsPlansUtilization(GetSavingsPlansUtilizationRequest getSavingsPlansUtilizationRequest)
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
|
Modifier and Type | Method and Description |
---|---|
GetSavingsPlansUtilizationResult |
GetSavingsPlansUtilizationResult.clone() |
GetSavingsPlansUtilizationResult |
GetSavingsPlansUtilizationResult.withSavingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans.
|
GetSavingsPlansUtilizationResult |
GetSavingsPlansUtilizationResult.withSavingsPlansUtilizationsByTime(SavingsPlansUtilizationByTime... savingsPlansUtilizationsByTime)
The amount of cost/commitment that you used your Savings Plans.
|
GetSavingsPlansUtilizationResult |
GetSavingsPlansUtilizationResult.withTotal(SavingsPlansUtilizationAggregates total)
The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
|
Copyright © 2023. All rights reserved.