Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder
-
Packages that use AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts. builder()default AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<AutoScalingGroupEstimatedMonthlySavings.Builder> estimatedMonthlySavings)An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Auto Scaling group recommendations.AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(AutoScalingGroupEstimatedMonthlySavings estimatedMonthlySavings)An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Auto Scaling group recommendations.AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost after applying the Savings Plans and Reserved Instances discounts.AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static Class<? extends AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder>AutoScalingGroupSavingsOpportunityAfterDiscounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description default AutoScalingGroupRecommendationOption.BuilderAutoScalingGroupRecommendationOption.Builder. savingsOpportunityAfterDiscounts(Consumer<AutoScalingGroupSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts)An object that describes the savings opportunity for the Auto Scaling group recommendation option that includes Savings Plans and Reserved Instances discounts.
-