Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionCode
-
Packages that use FunctionCode Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionCode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCode Modifier and Type Method Description FunctionCode
CreateFunctionRequest. code()
The code for the function.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionCode Modifier and Type Method Description CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. code(FunctionCode code)
The code for the function.
-