Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.ECSEstimatedMonthlySavings.Builder
-
Packages that use ECSEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of ECSEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return ECSEstimatedMonthlySavings.Builder Modifier and Type Method Description static ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings. builder()ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings. toBuilder()ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings.Builder. value(Double value)The value of the estimated monthly savings for Amazon ECS services.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type ECSEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends ECSEstimatedMonthlySavings.Builder>ECSEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type ECSEstimatedMonthlySavings.Builder Modifier and Type Method Description default ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<ECSEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Amazon ECS service recommendations.
-