| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.clone() |
Function |
Function.withFunctionArn(String functionArn)
Arn of the Lambda function.
|
Function |
Function.withFunctionConfiguration(FunctionConfiguration functionConfiguration)
Configuration of the function
|
Function |
Function.withId(String id)
Id of the function in this version.
|
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
CreateFunctionDefinitionVersionRequest.getFunctions()
Lambda functions in this function definition version.
|
List<Function> |
FunctionDefinitionVersion.getFunctions()
Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(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 |
CreateFunctionDefinitionVersionRequest.setFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
void |
FunctionDefinitionVersion.setFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
Copyright © 2018. All rights reserved.