Uses of Class
software.amazon.awssdk.services.greengrass.model.FunctionDefaultConfig
-
Packages that use FunctionDefaultConfig Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionDefaultConfig in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionDefaultConfig Modifier and Type Method Description FunctionDefaultConfigCreateFunctionDefinitionVersionRequest. defaultConfig()The default configuration that applies to all Lambda functions in this function definition version.FunctionDefaultConfigFunctionDefinitionVersion. defaultConfig()The default configuration that applies to all Lambda functions in this function definition version.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type FunctionDefaultConfig Modifier and Type Method Description CreateFunctionDefinitionVersionRequest.BuilderCreateFunctionDefinitionVersionRequest.Builder. defaultConfig(FunctionDefaultConfig defaultConfig)The default configuration that applies to all Lambda functions in this function definition version.FunctionDefinitionVersion.BuilderFunctionDefinitionVersion.Builder. defaultConfig(FunctionDefaultConfig defaultConfig)The default configuration that applies to all Lambda functions in this function definition version.
-