Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlans
-
Packages that use SavingsPlans Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlans in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlans Modifier and Type Method Description List<SavingsPlans>SavingsPlansPurchaseAnalysisConfiguration. savingsPlansToAdd()Savings Plans to include in the analysis.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlans Modifier and Type Method Description SavingsPlansPurchaseAnalysisConfiguration.BuilderSavingsPlansPurchaseAnalysisConfiguration.Builder. savingsPlansToAdd(SavingsPlans... savingsPlansToAdd)Savings Plans to include in the analysis.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlans Modifier and Type Method Description SavingsPlansPurchaseAnalysisConfiguration.BuilderSavingsPlansPurchaseAnalysisConfiguration.Builder. savingsPlansToAdd(Collection<SavingsPlans> savingsPlansToAdd)Savings Plans to include in the analysis.
-