Uses of Class
software.amazon.awssdk.services.savingsplans.model.SavingsPlanRate
-
Packages that use SavingsPlanRate Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of SavingsPlanRate in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type SavingsPlanRate Modifier and Type Method Description List<SavingsPlanRate>DescribeSavingsPlanRatesResponse. searchResults()Information about the Savings Plan rates.Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type SavingsPlanRate Modifier and Type Method Description DescribeSavingsPlanRatesResponse.BuilderDescribeSavingsPlanRatesResponse.Builder. searchResults(SavingsPlanRate... searchResults)Information about the Savings Plan rates.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type SavingsPlanRate Modifier and Type Method Description DescribeSavingsPlanRatesResponse.BuilderDescribeSavingsPlanRatesResponse.Builder. searchResults(Collection<SavingsPlanRate> searchResults)Information about the Savings Plan rates.
-