Uses of Class
software.amazon.awssdk.services.lambda.model.FunctionCodeLocation
-
Packages that use FunctionCodeLocation Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FunctionCodeLocation in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCodeLocation Modifier and Type Method Description FunctionCodeLocationGetFunctionResponse. code()The deployment package of the function or version.Methods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionCodeLocation Modifier and Type Method Description GetFunctionResponse.BuilderGetFunctionResponse.Builder. code(FunctionCodeLocation code)The deployment package of the function or version.
-