Uses of Class
software.amazon.awssdk.services.greengrass.model.Function
-
Packages that use Function Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of Function in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type Function Modifier and Type Method Description List<Function>CreateFunctionDefinitionVersionRequest. functions()A list of Lambda functions in this function definition version.List<Function>FunctionDefinitionVersion. functions()A list of Lambda functions in this function definition version.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type Function Modifier and Type Method Description CreateFunctionDefinitionVersionRequest.BuilderCreateFunctionDefinitionVersionRequest.Builder. functions(Function... functions)A list of Lambda functions in this function definition version.FunctionDefinitionVersion.BuilderFunctionDefinitionVersion.Builder. functions(Function... functions)A list of Lambda functions in this function definition version.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type Function Modifier and Type Method Description CreateFunctionDefinitionVersionRequest.BuilderCreateFunctionDefinitionVersionRequest.Builder. functions(Collection<Function> functions)A list of Lambda functions in this function definition version.FunctionDefinitionVersion.BuilderFunctionDefinitionVersion.Builder. functions(Collection<Function> functions)A list of Lambda functions in this function definition version.
-