Uses of Class
software.amazon.awssdk.services.greengrassv2.model.LambdaLinuxProcessParams
-
Packages that use LambdaLinuxProcessParams Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of LambdaLinuxProcessParams in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return LambdaLinuxProcessParams Modifier and Type Method Description LambdaLinuxProcessParamsLambdaExecutionParameters. linuxProcessParams()The parameters for the Linux process that contains the Lambda function.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type LambdaLinuxProcessParams Modifier and Type Method Description LambdaExecutionParameters.BuilderLambdaExecutionParameters.Builder. linuxProcessParams(LambdaLinuxProcessParams linuxProcessParams)The parameters for the Linux process that contains the Lambda function.
-