Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ComponentDependencyRequirement.Builder
-
Packages that use ComponentDependencyRequirement.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentDependencyRequirement.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ComponentDependencyRequirement.Builder Modifier and Type Method Description static ComponentDependencyRequirement.BuilderComponentDependencyRequirement. builder()ComponentDependencyRequirement.BuilderComponentDependencyRequirement.Builder. dependencyType(String dependencyType)The type of this dependency.ComponentDependencyRequirement.BuilderComponentDependencyRequirement.Builder. dependencyType(ComponentDependencyType dependencyType)The type of this dependency.ComponentDependencyRequirement.BuilderComponentDependencyRequirement. toBuilder()ComponentDependencyRequirement.BuilderComponentDependencyRequirement.Builder. versionRequirement(String versionRequirement)The component version requirement for the component dependency.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentDependencyRequirement.Builder Modifier and Type Method Description static Class<? extends ComponentDependencyRequirement.Builder>ComponentDependencyRequirement. serializableBuilderClass()
-