| Modifier and Type | Method and Description |
|---|---|
static FunctionExtensionVersion |
FunctionExtensionVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionExtensionVersion[] |
FunctionExtensionVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionExtensionVersion |
FunctionRuntimeHandler.functionExtensionVersion |
protected FunctionExtensionVersion |
FunctionRuntimeHandler.Builder.functionExtensionVersion |
private static FunctionExtensionVersion |
AbstractLinuxFunctionRuntimeHandler.LINUX_MINIMUM_VERSION |
| Modifier and Type | Method and Description |
|---|---|
T |
FunctionRuntimeHandler.Builder.functionExtensionVersion(FunctionExtensionVersion value) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionExtensionVersion |
FunctionUtils.parseFunctionExtensionVersion(String version) |
Copyright © 2020. All rights reserved.