Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlansPurchaseRecommendationDetail
-
Packages that use SavingsPlansPurchaseRecommendationDetail Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansPurchaseRecommendationDetail in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansPurchaseRecommendationDetail Modifier and Type Method Description List<SavingsPlansPurchaseRecommendationDetail>SavingsPlansPurchaseRecommendation. savingsPlansPurchaseRecommendationDetails()Details for the Savings Plans that we recommend that you purchase to cover existing Savings Plans eligible workloads.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlansPurchaseRecommendationDetail Modifier and Type Method Description SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. savingsPlansPurchaseRecommendationDetails(SavingsPlansPurchaseRecommendationDetail... savingsPlansPurchaseRecommendationDetails)Details for the Savings Plans that we recommend that you purchase to cover existing Savings Plans eligible workloads.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansPurchaseRecommendationDetail Modifier and Type Method Description SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. savingsPlansPurchaseRecommendationDetails(Collection<SavingsPlansPurchaseRecommendationDetail> savingsPlansPurchaseRecommendationDetails)Details for the Savings Plans that we recommend that you purchase to cover existing Savings Plans eligible workloads.
-