Uses of Class
software.amazon.awssdk.services.datazone.model.LineageNodeTypeItem
-
Packages that use LineageNodeTypeItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of LineageNodeTypeItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return LineageNodeTypeItem Modifier and Type Method Description LineageNodeTypeItemSearchTypesResultItem. lineageNodeTypeItem()The details of a data lineage node type.Methods in software.amazon.awssdk.services.datazone.model with parameters of type LineageNodeTypeItem Modifier and Type Method Description static SearchTypesResultItemSearchTypesResultItem. fromLineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)Create an instance of this class withSearchTypesResultItem.lineageNodeTypeItem()initialized to the given value.SearchTypesResultItem.BuilderSearchTypesResultItem.Builder. lineageNodeTypeItem(LineageNodeTypeItem lineageNodeTypeItem)The details of a data lineage node type.
-