Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
static FunctionRuntime |
FunctionRuntime.fromValue(String value)
Use this in place of valueOf.
|
static FunctionRuntime |
FunctionRuntime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionRuntime[] |
FunctionRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FunctionConfig |
FunctionConfig.withRuntime(FunctionRuntime runtime)
The function’s runtime environment.
|
Copyright © 2022. All rights reserved.