| Package | Description |
|---|---|
| com.syndicate.deployment.model | |
| com.syndicate.deployment.model.terraform |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRuntime |
LambdaConfiguration.getRuntime() |
DeploymentRuntime[] |
LayerConfiguration.getRuntimes() |
static DeploymentRuntime |
DeploymentRuntime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentRuntime[] |
DeploymentRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerConfiguration.setRuntimes(DeploymentRuntime[] runtimes) |
LambdaConfiguration.Builder |
LambdaConfiguration.Builder.withRuntime(DeploymentRuntime deploymentRuntime) |
LayerConfiguration.Builder |
LayerConfiguration.Builder.withRuntimes(DeploymentRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRuntime |
TerraformLambdaConfiguration.getRuntime() |
| Modifier and Type | Method and Description |
|---|---|
TerraformLambdaConfiguration.Builder |
TerraformLambdaConfiguration.Builder.withRuntime(DeploymentRuntime runtime) |
Copyright © 2020. All rights reserved.