Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.LambdaSavingsOpportunityAfterDiscounts.Builder
-
Packages that use LambdaSavingsOpportunityAfterDiscounts.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LambdaSavingsOpportunityAfterDiscounts.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LambdaSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts. builder()default LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<LambdaEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations.LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(LambdaEstimatedMonthlySavings estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations.LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts.Builder. savingsOpportunityPercentage(Double savingsOpportunityPercentage)The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s Lambda function recommendations.LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LambdaSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description static Class<? extends LambdaSavingsOpportunityAfterDiscounts.Builder>LambdaSavingsOpportunityAfterDiscounts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type LambdaSavingsOpportunityAfterDiscounts.Builder Modifier and Type Method Description default LambdaFunctionMemoryRecommendationOption.BuilderLambdaFunctionMemoryRecommendationOption.Builder. savingsOpportunityAfterDiscounts(Consumer<LambdaSavingsOpportunityAfterDiscounts.Builder> savingsOpportunityAfterDiscounts)An object that describes the savings opportunity for the Lambda recommendation option which includes Saving Plans discounts.
-