Uses of Enum
software.amazon.awssdk.services.lambda.model.FunctionVersion
Packages that use FunctionVersion
-
Uses of FunctionVersion in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionVersionModifier and TypeMethodDescriptionstatic FunctionVersionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FunctionVersionListFunctionsRequest.functionVersion()Set toALLto include entries for all published versions of each function.static FunctionVersionReturns the enum constant of this type with the specified name.static FunctionVersion[]FunctionVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionVersionMethods in software.amazon.awssdk.services.lambda.model with parameters of type FunctionVersionModifier and TypeMethodDescriptionListFunctionsRequest.Builder.functionVersion(FunctionVersion functionVersion) Set toALLto include entries for all published versions of each function.