| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.clone() |
Function |
Function.withFunctionArn(String functionArn)
The ARN of the Lambda function.
|
Function |
Function.withFunctionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
Function |
Function.withId(String id)
A descriptive or arbitrary ID for the function.
|
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
FunctionDefinitionVersion.getFunctions()
A list of Lambda functions in this function definition version.
|
List<Function> |
CreateFunctionDefinitionVersionRequest.getFunctions()
A list of Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Function... functions)
A list of Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(Function... functions)
A list of Lambda functions in this function definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDefinitionVersion.setFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
void |
CreateFunctionDefinitionVersionRequest.setFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
FunctionDefinitionVersion.withFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
CreateFunctionDefinitionVersionRequest |
CreateFunctionDefinitionVersionRequest.withFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
Copyright © 2025. All rights reserved.