Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlansUtilizationAggregates
-
Packages that use SavingsPlansUtilizationAggregates Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansUtilizationAggregates in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SavingsPlansUtilizationAggregates Modifier and Type Method Description SavingsPlansUtilizationAggregatesGetSavingsPlansUtilizationDetailsResponse. total()The total Savings Plans utilization, regardless of time period.SavingsPlansUtilizationAggregatesGetSavingsPlansUtilizationResponse. total()The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlansUtilizationAggregates Modifier and Type Method Description GetSavingsPlansUtilizationDetailsResponse.BuilderGetSavingsPlansUtilizationDetailsResponse.Builder. total(SavingsPlansUtilizationAggregates total)The total Savings Plans utilization, regardless of time period.GetSavingsPlansUtilizationResponse.BuilderGetSavingsPlansUtilizationResponse.Builder. total(SavingsPlansUtilizationAggregates total)The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
-