Uses of Class
software.amazon.awssdk.services.greengrass.model.FunctionDefinitionVersion
-
Packages that use FunctionDefinitionVersion Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionDefinitionVersion in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionDefinitionVersion Modifier and Type Method Description FunctionDefinitionVersionGetFunctionDefinitionVersionResponse. definition()Information on the definition.FunctionDefinitionVersionCreateFunctionDefinitionRequest. initialVersion()Information about the initial version of the function definition.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type FunctionDefinitionVersion Modifier and Type Method Description GetFunctionDefinitionVersionResponse.BuilderGetFunctionDefinitionVersionResponse.Builder. definition(FunctionDefinitionVersion definition)Information on the definition.CreateFunctionDefinitionRequest.BuilderCreateFunctionDefinitionRequest.Builder. initialVersion(FunctionDefinitionVersion initialVersion)Information about the initial version of the function definition.
-