Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.AutoScalingGroupEstimatedMonthlySavings.Builder
-
Packages that use AutoScalingGroupEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of AutoScalingGroupEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return AutoScalingGroupEstimatedMonthlySavings.Builder Modifier and Type Method Description static AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings. builder()AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings. toBuilder()AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings.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 AutoScalingGroupEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends AutoScalingGroupEstimatedMonthlySavings.Builder>AutoScalingGroupEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type AutoScalingGroupEstimatedMonthlySavings.Builder Modifier and Type Method Description default AutoScalingGroupSavingsOpportunityAfterDiscounts.BuilderAutoScalingGroupSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<AutoScalingGroupEstimatedMonthlySavings.Builder> estimatedMonthlySavings)An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Auto Scaling group recommendations.
-