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 RuntimeUse this in place of valueOf.static RuntimeReturns 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 TypeMethodDescriptionvoidCreateFunctionRequest.setRuntime(Runtime runtime) The runtime environment for the Lambda function you are uploading.voidCreateFunctionResult.setRuntime(Runtime runtime) The runtime environment for the Lambda function.voidFunctionConfiguration.setRuntime(Runtime runtime) The runtime environment for the Lambda function.voidGetFunctionConfigurationResult.setRuntime(Runtime runtime) The runtime environment for the Lambda function.voidPublishVersionResult.setRuntime(Runtime runtime) The runtime environment for the Lambda function.voidUpdateFunctionCodeResult.setRuntime(Runtime runtime) The runtime environment for the Lambda function.voidUpdateFunctionConfigurationRequest.setRuntime(Runtime runtime) voidUpdateFunctionConfigurationResult.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.