Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.ECSSavingsOpportunityAfterDiscounts.Builder
-
Packages that use ECSSavingsOpportunityAfterDiscounts.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of ECSSavingsOpportunityAfterDiscounts.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return ECSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts. builder()default ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<ECSEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Amazon ECS service recommendations.ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(ECSEstimatedMonthlySavings estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Amazon ECS service recommendations.ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Amazon ECS service recommendations.ECSSavingsOpportunityAfterDiscounts.BuilderECSSavingsOpportunityAfterDiscounts. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type ECSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static Class<? extends ECSSavingsOpportunityAfterDiscounts.Builder>ECSSavingsOpportunityAfterDiscounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type ECSSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description default ECSServiceRecommendationOption.BuilderECSServiceRecommendationOption.Builder. savingsOpportunityAfterDiscounts(Consumer<ECSSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts)Describes the savings opportunity for Amazon ECS service recommendations or for the recommendation option.
-