| 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 on the initial version
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Function... functions)
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 on the initial version
|
GetFunctionDefinitionVersionResult |
GetFunctionDefinitionVersionResult.withDefinition(FunctionDefinitionVersion definition)
Information on the definition
|
CreateFunctionDefinitionRequest |
CreateFunctionDefinitionRequest.withInitialVersion(FunctionDefinitionVersion initialVersion)
Information on the initial version
|
Copyright © 2018. All rights reserved.