Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.LambdaEstimatedMonthlySavings.Builder
-
Packages that use LambdaEstimatedMonthlySavings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LambdaEstimatedMonthlySavings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LambdaEstimatedMonthlySavings.Builder Modifier and Type Method Description static LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings. builder()LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings.Builder. currency(String currency)The currency of the estimated monthly savings.LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings. toBuilder()LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings.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 LambdaEstimatedMonthlySavings.Builder Modifier and Type Method Description static Class<? extends LambdaEstimatedMonthlySavings.Builder>LambdaEstimatedMonthlySavings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type LambdaEstimatedMonthlySavings.Builder Modifier and Type Method Description default LambdaSavingsOpportunityAfterDiscounts.BuilderLambdaSavingsOpportunityAfterDiscounts.Builder. estimatedMonthlySavings(Consumer<LambdaEstimatedMonthlySavings.Builder> estimatedMonthlySavings)The estimated monthly savings possible by adopting Compute Optimizer’s Lambda function recommendations.
-