Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.CodeProperty
Packages that use CfnFunctionPropsMixin.CodeProperty
-
Uses of CfnFunctionPropsMixin.CodeProperty in software.amazon.awscdk.cfnpropertymixins.services.lambda
Classes in software.amazon.awscdk.cfnpropertymixins.services.lambda that implement CfnFunctionPropsMixin.CodePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunctionPropsMixin.CodePropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.lambda that return CfnFunctionPropsMixin.CodePropertyModifier and TypeMethodDescriptionCfnFunctionPropsMixin.CodeProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda with parameters of type CfnFunctionPropsMixin.CodePropertyModifier and TypeMethodDescriptionCfnFunctionMixinProps.Builder.code(CfnFunctionPropsMixin.CodeProperty code) Sets the value ofCfnFunctionMixinProps.getCode()CfnFunctionPropsMixin.Builder.code(CfnFunctionPropsMixin.CodeProperty code) The code for the function.