Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.IdleSavingsOpportunityAfterDiscounts.Builder
-
Packages that use IdleSavingsOpportunityAfterDiscounts.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of IdleSavingsOpportunityAfterDiscounts.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return IdleSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts. builder()default IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<IdleEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(IdleEstimatedMonthlySavings estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer's idle resource recommendations.IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type IdleSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static Class<? extends IdleSavingsOpportunityAfterDiscounts.Builder>IdleSavingsOpportunityAfterDiscounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type IdleSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description default IdleRecommendation.BuilderIdleRecommendation.Builder. savingsOpportunityAfterDiscounts(Consumer<IdleSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts)The savings opportunity for the idle resource after any applying discounts.
-