Uses of Class
software.amazon.awssdk.services.datazone.model.LineageNodeSummary
-
Packages that use LineageNodeSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of LineageNodeSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type LineageNodeSummary Modifier and Type Method Description List<LineageNodeSummary>ListLineageNodeHistoryResponse. nodes()The nodes returned by the ListLineageNodeHistory action.Methods in software.amazon.awssdk.services.datazone.model with parameters of type LineageNodeSummary Modifier and Type Method Description ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nodes(LineageNodeSummary... nodes)The nodes returned by the ListLineageNodeHistory action.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type LineageNodeSummary Modifier and Type Method Description ListLineageNodeHistoryResponse.BuilderListLineageNodeHistoryResponse.Builder. nodes(Collection<LineageNodeSummary> nodes)The nodes returned by the ListLineageNodeHistory action. -
Uses of LineageNodeSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type LineageNodeSummary Modifier and Type Method Description SdkIterable<LineageNodeSummary>ListLineageNodeHistoryIterable. nodes()Returns an iterable to iterate through the paginatedListLineageNodeHistoryResponse.nodes()member.SdkPublisher<LineageNodeSummary>ListLineageNodeHistoryPublisher. nodes()Returns a publisher that can be used to get a stream of data.
-