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