Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlan
-
Packages that use SavingsPlan Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlan in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type SavingsPlan Modifier and Type Method Description List<SavingsPlan>DescribeSavingsPlansResponse. savingsPlans()Information about the Savings Plans.Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlan Modifier and Type Method Description DescribeSavingsPlansResponse.BuilderDescribeSavingsPlansResponse.Builder. savingsPlans(SavingsPlan... savingsPlans)Information about the Savings Plans.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type SavingsPlan Modifier and Type Method Description DescribeSavingsPlansResponse.BuilderDescribeSavingsPlansResponse.Builder. savingsPlans(Collection<SavingsPlan> savingsPlans)Information about the Savings Plans.
-