Uses of Interface
software.amazon.awssdk.services.costoptimizationhub.model.SavingsPlansPricing.Builder
-
Packages that use SavingsPlansPricing.Builder Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of SavingsPlansPricing.Builder in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return SavingsPlansPricing.Builder Modifier and Type Method Description static SavingsPlansPricing.BuilderSavingsPlansPricing. builder()SavingsPlansPricing.BuilderSavingsPlansPricing.Builder. estimatedMonthlyCommitment(Double estimatedMonthlyCommitment)Estimated monthly commitment for the Savings Plan.SavingsPlansPricing.BuilderSavingsPlansPricing.Builder. estimatedOnDemandCost(Double estimatedOnDemandCost)Estimated On-Demand cost you will pay after buying the Savings Plan.SavingsPlansPricing.BuilderSavingsPlansPricing.Builder. monthlySavingsPlansEligibleCost(Double monthlySavingsPlansEligibleCost)The cost of paying for the recommended Savings Plan monthly.SavingsPlansPricing.BuilderSavingsPlansPricing.Builder. savingsPercentage(Double savingsPercentage)Estimated savings as a percentage of your overall costs after buying the Savings Plan.SavingsPlansPricing.BuilderSavingsPlansPricing. toBuilder()Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type SavingsPlansPricing.Builder Modifier and Type Method Description static Class<? extends SavingsPlansPricing.Builder>SavingsPlansPricing. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type SavingsPlansPricing.Builder Modifier and Type Method Description default SavingsPlansCostCalculation.BuilderSavingsPlansCostCalculation.Builder. pricing(Consumer<SavingsPlansPricing.Builder> pricing)Pricing details of the purchase recommendation.
-