Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ComponentDependencyRequirement
-
Packages that use ComponentDependencyRequirement Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentDependencyRequirement in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentDependencyRequirement Modifier and Type Method Description Map<String,ComponentDependencyRequirement>LambdaFunctionRecipeSource. componentDependencies()The component versions on which this Lambda function component depends.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ComponentDependencyRequirement Modifier and Type Method Description LambdaFunctionRecipeSource.BuilderLambdaFunctionRecipeSource.Builder. componentDependencies(Map<String,ComponentDependencyRequirement> componentDependencies)The component versions on which this Lambda function component depends.
-