Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.IdleEstimatedMonthlySavings.Builder
-
Packages that use IdleEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of IdleEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return IdleEstimatedMonthlySavings.Builder Modifier and Type Method Description static IdleEstimatedMonthlySavings.BuilderIdleEstimatedMonthlySavings. builder()IdleEstimatedMonthlySavings.BuilderIdleEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.IdleEstimatedMonthlySavings.BuilderIdleEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.IdleEstimatedMonthlySavings.BuilderIdleEstimatedMonthlySavings. toBuilder()IdleEstimatedMonthlySavings.BuilderIdleEstimatedMonthlySavings.Builder. value(Double value)The value of the estimated monthly savings for Idle resources.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type IdleEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends IdleEstimatedMonthlySavings.Builder>IdleEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type IdleEstimatedMonthlySavings.Builder Modifier and Type Method Description default IdleSavingsOpportunity.BuilderIdleSavingsOpportunity.Builder. estimatedMonthlySavings(Consumer<IdleEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.default IdleSavingsOpportunityAfterDiscounts.BuilderIdleSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<IdleEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer's idle resource recommendations.
-