Uses of Enum
software.amazon.awscdk.services.lambda.RuntimeFamily
Packages that use RuntimeFamily
-
Uses of RuntimeFamily in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return RuntimeFamilyModifier and TypeMethodDescriptionRuntime.getFamily()
The runtime family.static RuntimeFamily
Returns the enum constant of this type with the specified name.static RuntimeFamily[]
RuntimeFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.lambda with parameters of type RuntimeFamilyModifier and TypeMethodDescriptionstatic Runtime.Builder
Runtime.Builder.create
(String name, RuntimeFamily family) Constructors in software.amazon.awscdk.services.lambda with parameters of type RuntimeFamilyModifierConstructorDescriptionRuntime
(String name, RuntimeFamily family) Runtime
(String name, RuntimeFamily family, LambdaRuntimeProps props)