Uses of Class
software.amazon.awssdk.services.greengrassv2.model.LambdaExecutionParameters
-
Packages that use LambdaExecutionParameters Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of LambdaExecutionParameters in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return LambdaExecutionParameters Modifier and Type Method Description LambdaExecutionParametersLambdaFunctionRecipeSource. componentLambdaParameters()The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type LambdaExecutionParameters Modifier and Type Method Description LambdaFunctionRecipeSource.BuilderLambdaFunctionRecipeSource.Builder. componentLambdaParameters(LambdaExecutionParameters componentLambdaParameters)The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.
-