Uses of Class
software.amazon.awssdk.services.codedeploy.model.LambdaFunctionInfo
-
Packages that use LambdaFunctionInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LambdaFunctionInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return LambdaFunctionInfo Modifier and Type Method Description LambdaFunctionInfoLambdaTarget. lambdaFunctionInfo()ALambdaFunctionInfoobject that describes a target Lambda function.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type LambdaFunctionInfo Modifier and Type Method Description LambdaTarget.BuilderLambdaTarget.Builder. lambdaFunctionInfo(LambdaFunctionInfo lambdaFunctionInfo)ALambdaFunctionInfoobject that describes a target Lambda function.
-