| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion |
FunctionDefinitionVersion.clone() |
FunctionDefinitionVersion |
GetFunctionDefinitionVersionResult.getDefinition()
Information on the definition.
|
FunctionDefinitionVersion |
CreateFunctionDefinitionRequest.getInitialVersion()
Information about the initial version of the function definition.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Function... functions)
A list of Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFunctionDefinitionVersionResult.setDefinition(FunctionDefinitionVersion definition)
Information on the definition.
|
void |
CreateFunctionDefinitionRequest.setInitialVersion(FunctionDefinitionVersion initialVersion)
Information about the initial version of the function definition.
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withDefinition(FunctionDefinitionVersion definition)
Information on the definition.
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withInitialVersion(FunctionDefinitionVersion initialVersion)
Information about the initial version of the function definition.
|
Copyright © 2021. All rights reserved.