Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.EBSSavingsOpportunityAfterDiscounts.Builder
-
Packages that use EBSSavingsOpportunityAfterDiscounts.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of EBSSavingsOpportunityAfterDiscounts.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return EBSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static EBSSavingsOpportunityAfterDiscounts.BuilderEBSSavingsOpportunityAfterDiscounts. builder()default EBSSavingsOpportunityAfterDiscounts.BuilderEBSSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<EBSEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon EBS volume recommendations.EBSSavingsOpportunityAfterDiscounts.BuilderEBSSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(EBSEstimatedMonthlySavings estimatedMonthlySavings)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon EBS volume recommendations.EBSSavingsOpportunityAfterDiscounts.BuilderEBSSavingsOpportunityAfterDiscounts.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost after applying the specific discounts.EBSSavingsOpportunityAfterDiscounts.BuilderEBSSavingsOpportunityAfterDiscounts. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type EBSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static Class<? extends EBSSavingsOpportunityAfterDiscounts.Builder>EBSSavingsOpportunityAfterDiscounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type EBSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description default VolumeRecommendationOption.BuilderVolumeRecommendationOption.Builder. savingsOpportunityAfterDiscounts(Consumer<EBSSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts)An object that describes the savings opportunity for the Amazon EBS volume recommendation option with specific discounts.
-