Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.LambdaFunctionMemoryRecommendationOption
-
Packages that use LambdaFunctionMemoryRecommendationOption Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LambdaFunctionMemoryRecommendationOption in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LambdaFunctionMemoryRecommendationOption Modifier and Type Method Description List<LambdaFunctionMemoryRecommendationOption>LambdaFunctionRecommendation. memorySizeRecommendationOptions()An array of objects that describe the memory configuration recommendation options for the function.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type LambdaFunctionMemoryRecommendationOption Modifier and Type Method Description LambdaFunctionRecommendation.BuilderLambdaFunctionRecommendation.Builder. memorySizeRecommendationOptions(LambdaFunctionMemoryRecommendationOption... memorySizeRecommendationOptions)An array of objects that describe the memory configuration recommendation options for the function.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type LambdaFunctionMemoryRecommendationOption Modifier and Type Method Description LambdaFunctionRecommendation.BuilderLambdaFunctionRecommendation.Builder. memorySizeRecommendationOptions(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions)An array of objects that describe the memory configuration recommendation options for the function.
-