Uses of Enum
com.amazonaws.services.lambda.model.Runtime
Packages that use Runtime
-
Uses of Runtime in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return RuntimeModifier and TypeMethodDescriptionstatic Runtime
Use this in place of valueOf.static Runtime
Returns the enum constant of this type with the specified name.static Runtime[]
Runtime.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.lambda.model with parameters of type RuntimeModifier and TypeMethodDescriptionvoid
CreateFunctionRequest.setRuntime
(Runtime runtime) The runtime environment for the Lambda function you are uploading.void
CreateFunctionResult.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.void
FunctionConfiguration.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.void
GetFunctionConfigurationResult.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.void
PublishVersionResult.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.void
UpdateFunctionCodeResult.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.void
UpdateFunctionConfigurationRequest.setRuntime
(Runtime runtime) void
UpdateFunctionConfigurationResult.setRuntime
(Runtime runtime) The runtime environment for the Lambda function.CreateFunctionRequest.withRuntime
(Runtime runtime) The runtime environment for the Lambda function you are uploading.CreateFunctionResult.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.FunctionConfiguration.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.GetFunctionConfigurationResult.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.PublishVersionResult.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.UpdateFunctionCodeResult.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.UpdateFunctionConfigurationRequest.withRuntime
(Runtime runtime) UpdateFunctionConfigurationResult.withRuntime
(Runtime runtime) The runtime environment for the Lambda function.