Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.CodeProperty
Packages that use CfnFunction.CodeProperty
-
Uses of CfnFunction.CodeProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnFunction.CodePropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.CodeProperty
Methods in software.amazon.awscdk.services.lambda that return CfnFunction.CodePropertyModifier and TypeMethodDescriptionCfnFunction.CodeProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnFunction.CodePropertyModifier and TypeMethodDescriptionCfnFunction.Builder.code
(CfnFunction.CodeProperty code) The deployment package for a Lambda function.CfnFunctionProps.Builder.code
(CfnFunction.CodeProperty code) Sets the value ofCfnFunctionProps.getCode()
void
CfnFunction.setCode
(CfnFunction.CodeProperty value) The deployment package for a Lambda function.