| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentDependencyRequirement |
ComponentDependencyRequirement.clone() |
ComponentDependencyRequirement |
ComponentDependencyRequirement.withDependencyType(ComponentDependencyType dependencyType)
The type of this dependency.
|
ComponentDependencyRequirement |
ComponentDependencyRequirement.withDependencyType(String dependencyType)
The type of this dependency.
|
ComponentDependencyRequirement |
ComponentDependencyRequirement.withVersionRequirement(String versionRequirement)
The component version requirement for the component dependency.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ComponentDependencyRequirement> |
LambdaFunctionRecipeSource.getComponentDependencies()
The component versions on which this Lambda function component depends.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.addComponentDependenciesEntry(String key,
ComponentDependencyRequirement value)
Add a single ComponentDependencies entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionRecipeSource.setComponentDependencies(Map<String,ComponentDependencyRequirement> componentDependencies)
The component versions on which this Lambda function component depends.
|
LambdaFunctionRecipeSource |
LambdaFunctionRecipeSource.withComponentDependencies(Map<String,ComponentDependencyRequirement> componentDependencies)
The component versions on which this Lambda function component depends.
|
Copyright © 2022. All rights reserved.