Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlansUtilizationByTime
-
Packages that use SavingsPlansUtilizationByTime Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansUtilizationByTime in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansUtilizationByTime Modifier and Type Method Description List<SavingsPlansUtilizationByTime>GetSavingsPlansUtilizationResponse. savingsPlansUtilizationsByTime()The amount of cost/commitment that you used your Savings Plans.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlansUtilizationByTime Modifier and Type Method Description GetSavingsPlansUtilizationResponse.BuilderGetSavingsPlansUtilizationResponse.Builder. savingsPlansUtilizationsByTime(SavingsPlansUtilizationByTime... savingsPlansUtilizationsByTime)The amount of cost/commitment that you used your Savings Plans.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansUtilizationByTime Modifier and Type Method Description GetSavingsPlansUtilizationResponse.BuilderGetSavingsPlansUtilizationResponse.Builder. savingsPlansUtilizationsByTime(Collection<SavingsPlansUtilizationByTime> savingsPlansUtilizationsByTime)The amount of cost/commitment that you used your Savings Plans.
-