| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefaultConfig |
FunctionDefaultConfig.clone() |
FunctionDefaultConfig |
CreateFunctionDefinitionVersionRequest.getDefaultConfig()
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefaultConfig |
FunctionDefinitionVersion.getDefaultConfig()
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefaultConfig |
FunctionDefaultConfig.withExecution(FunctionDefaultExecutionConfig execution) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFunctionDefinitionVersionRequest.setDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
void |
FunctionDefinitionVersion.setDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
Copyright © 2019. All rights reserved.