Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.LambdaSavingsEstimationMode.Builder
-
Packages that use LambdaSavingsEstimationMode.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LambdaSavingsEstimationMode.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LambdaSavingsEstimationMode.Builder Modifier and Type Method Description static LambdaSavingsEstimationMode.BuilderLambdaSavingsEstimationMode. builder()LambdaSavingsEstimationMode.BuilderLambdaSavingsEstimationMode.Builder. source(String source)Describes the source for calculation of savings opportunity for Lambda functions.LambdaSavingsEstimationMode.BuilderLambdaSavingsEstimationMode.Builder. source(LambdaSavingsEstimationModeSource source)Describes the source for calculation of savings opportunity for Lambda functions.LambdaSavingsEstimationMode.BuilderLambdaSavingsEstimationMode. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LambdaSavingsEstimationMode.Builder Modifier and Type Method Description static Class<? extends LambdaSavingsEstimationMode.Builder>LambdaSavingsEstimationMode. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type LambdaSavingsEstimationMode.Builder Modifier and Type Method Description default LambdaEffectiveRecommendationPreferences.BuilderLambdaEffectiveRecommendationPreferences.Builder. savingsEstimationMode(Consumer<LambdaSavingsEstimationMode.Builder> savingsEstimationMode)Describes the savings estimation mode applied for calculating savings opportunity for Lambda functions.
-