| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
FunctionDefinitionVersion.functions()
A list of Lambda functions in this function definition version.
|
List<Function> |
CreateFunctionDefinitionVersionRequest.functions()
A list of Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.functions(Function... functions)
A list of Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest.Builder |
CreateFunctionDefinitionVersionRequest.Builder.functions(Function... functions)
A list of Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion.Builder |
FunctionDefinitionVersion.Builder.functions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest.Builder |
CreateFunctionDefinitionVersionRequest.Builder.functions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
Copyright © 2020. All rights reserved.