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