Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.EBSEstimatedMonthlySavings.Builder
-
Packages that use EBSEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of EBSEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return EBSEstimatedMonthlySavings.Builder Modifier and Type Method Description static EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings. builder()EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings. toBuilder()EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings.Builder. value(Double value)The value of the estimated monthly savings.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type EBSEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends EBSEstimatedMonthlySavings.Builder>EBSEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type EBSEstimatedMonthlySavings.Builder Modifier and Type Method Description 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.
-