Uses of Enum
software.amazon.awscdk.services.lambda.RuntimeFamily
-
Uses of RuntimeFamily in software.amazon.awscdk.services.lambda
Modifier 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.Modifier and TypeMethodDescriptionstatic Runtime.Builder
Runtime.Builder.create
(String name, RuntimeFamily family) ModifierConstructorDescriptionRuntime
(String name, RuntimeFamily family) Runtime
(String name, RuntimeFamily family, LambdaRuntimeProps props)