Uses of Class
software.amazon.awssdk.services.datazone.model.LineageNodeReference
-
Packages that use LineageNodeReference Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of LineageNodeReference in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type LineageNodeReference Modifier and Type Method Description List<LineageNodeReference>GetLineageNodeResponse. downstreamNodes()The downsteam nodes of the specified data lineage node.List<LineageNodeReference>GetLineageNodeResponse. upstreamNodes()The upstream nodes of the specified data lineage node.Methods in software.amazon.awssdk.services.datazone.model with parameters of type LineageNodeReference Modifier and Type Method Description GetLineageNodeResponse.BuilderGetLineageNodeResponse.Builder. downstreamNodes(LineageNodeReference... downstreamNodes)The downsteam nodes of the specified data lineage node.GetLineageNodeResponse.BuilderGetLineageNodeResponse.Builder. upstreamNodes(LineageNodeReference... upstreamNodes)The upstream nodes of the specified data lineage node.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type LineageNodeReference Modifier and Type Method Description GetLineageNodeResponse.BuilderGetLineageNodeResponse.Builder. downstreamNodes(Collection<LineageNodeReference> downstreamNodes)The downsteam nodes of the specified data lineage node.GetLineageNodeResponse.BuilderGetLineageNodeResponse.Builder. upstreamNodes(Collection<LineageNodeReference> upstreamNodes)The upstream nodes of the specified data lineage node.
-